Skip to content

Commit

Permalink
Add site varification to head
Browse files Browse the repository at this point in the history
  • Loading branch information
ashki23 committed Sep 3, 2021
1 parent 38654ff commit bd259d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "!layout.html" %}

{% block extrahead %}
{{ super() }}
<meta name="google-site-verification" content="FDP5MGoPP8tN2S79oM77c6nL326KHxVNTwl-GM6l3SY" />
{% endblock %}

0 comments on commit bd259d1

Please sign in to comment.