Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-11-22 23:41:08 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-11-22 23:41:08 +0300
commitd505b9bce62eae58ea50168f4baef07e10861380 (patch)
treec41c164bf3bebd4dfe9b8c6ebe1e5c237c8873c1 /plugins/Login/templates/login.twig
parent0d3ea495c12dbd5feccb15cd176a8f715be6a4bb (diff)
fixes #9247 doubled meta robots tag on login page
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 4bcef0d799..0140418af4 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -1,12 +1,12 @@
{% extends '@Morpheus/layout.twig' %}
+{% block meta %}
+ <meta name="robots" content="index,follow">
+{% endblock %}
+
{% block head %}
{{ parent() }}
- {% block meta %}
- <meta name="robots" content="index,follow">
- {% endblock %}
-
<script type="text/javascript" src="libs/bower_components/jquery-placeholder/jquery.placeholder.js"></script>
<!--[if lt IE 9]>
<script src="libs/bower_components/html5shiv/dist/html5shiv.min.js"></script>