templates: Don't let google try to translate our page

Google tries to autotranslate the page. Avoid this by adding a specific
notranslate meta tag.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-10-06 03:09:38 +02:00
parent 3b2544d892
commit 6a5987e7cb
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{% block head %}
{{ super() }}
<meta http-equiv="refresh" content="600">
<meta name="google" content="notranslate">
{% endblock %}
{% block scripts %}