#36 work in review feedback

This commit is contained in:
Timotheus Kampik 2019-02-26 14:59:02 +01:00
parent d5aa1c6ccc
commit a814a2c191

View File

@ -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>