[extensions-web/feature/inline-installation: 1/2] Added Google Search Console verification meta tag.



commit bc1812bcfb4f559d270198d7c67164222bccb904
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sat Feb 25 15:18:25 2017 +0400

    Added Google Search Console verification meta tag.
    
    It's a requirement for link Chrome Store extension to website

 sweettooth/templates/base.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 81346db..a42e595 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -3,6 +3,7 @@
   <head>
     {% load static from staticfiles %}
     <meta charset="utf-8" />
+    <meta name="google-site-verification" content="FqL97fLHaUM8zWWqkc4ZrvY-u9MikPkV0QshIzc-Bp8" />
     <link rel="stylesheet" href="{% static 'css/style.css' %}" />
     <link rel="shortcut icon" href="{% static 'images/favicon.png' %}" />
     <link rel="alternate" type="application/rss+xml"


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