[extensions-web] base.html: restored missing header tags



commit b60bbe05b7d940797a9b4342d0a9545386f89b5f
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Mar 26 01:24:12 2017 +0400

    base.html: restored missing header tags

 sweettooth/templates/base.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index c0d1f9e..f659d98 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -4,7 +4,9 @@
     {% load static from staticfiles %}
     {% load gravatar %}
     <meta charset="utf-8" />
+    <meta name="google-site-verification" content="FqL97fLHaUM8zWWqkc4ZrvY-u9MikPkV0QshIzc-Bp8" />
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="chrome-webstore-item" 
href="https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep";>
     <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" />
     <link rel="stylesheet" href="{% static 'css/style.css' %}" />
     <link rel="shortcut icon" href="{% static 'images/favicon.png' %}" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]