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
|
||||
You can use a custom ``layout.html`` template, like this:
|
||||
|
||||
.. code-block:: html+django
|
||||
.. code-block:: html+jinja
|
||||
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
@ -126,10 +126,10 @@ Google Search
|
||||
1. Go to https://cse.google.com/cse/all to create the Google Search code
|
||||
snippet.
|
||||
|
||||
2. Copy the code snippet and paste it into ``_templates/searchbox`` in your
|
||||
Sphinx project:
|
||||
2. Copy the code snippet and paste it into ``_templates/searchbox.html`` in
|
||||
your Sphinx project:
|
||||
|
||||
.. code-block:: html+django
|
||||
.. code-block:: html+jinja
|
||||
|
||||
<div>
|
||||
<h3>{{ _('Quick search') }}</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user