mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#36 work in review feedback
This commit is contained in:
parent
d5aa1c6ccc
commit
a814a2c191
@ -88,7 +88,7 @@ MediaWiki
|
|||||||
Google Analytics
|
Google Analytics
|
||||||
You can use a custom ``layout.html`` template, like this:
|
You can use a custom ``layout.html`` template, like this:
|
||||||
|
|
||||||
.. code-block:: html+django
|
.. code-block:: html+jinja
|
||||||
|
|
||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
|
|
||||||
@ -126,10 +126,10 @@ Google Search
|
|||||||
1. Go to https://cse.google.com/cse/all to create the Google Search code
|
1. Go to https://cse.google.com/cse/all to create the Google Search code
|
||||||
snippet.
|
snippet.
|
||||||
|
|
||||||
2. Copy the code snippet and paste it into ``_templates/searchbox`` in your
|
2. Copy the code snippet and paste it into ``_templates/searchbox.html`` in
|
||||||
Sphinx project:
|
your Sphinx project:
|
||||||
|
|
||||||
.. code-block:: html+django
|
.. code-block:: html+jinja
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3>{{ _('Quick search') }}</h3>
|
<h3>{{ _('Quick search') }}</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user