Added GOOGLE_SITE_VERIFICATION environmental value to enable google safe browsing

This commit is contained in:
Vijay Pillai
2022-11-10 11:02:50 -05:00
parent 3d59a78c9f
commit b52c7aac53
10 changed files with 30 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
{% if g.google_site_verification|length > 0 %}
<meta name="google-site-verification" content='{{g.google_site_verification}}' />
{% endif %}
<!-- Bootstrap -->
<link rel="apple-touch-icon" sizes="140x140" href="{{ url_for('static', filename='favicon.ico') }}">