Skip to content

Commit 4f43620

Browse files
committed
Add search console meta tag
1 parent dcc2879 commit 4f43620

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_templates/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% extends "!layout.html" %}
2+
3+
{%- block extrahead %}
4+
{{ super() }}
5+
<meta name="google-site-verification" content="013PxE2_8KX9jdUSC5gr8QsfdxTXr1mFgmD9zplp5II" />
6+
{% endblock %}

0 commit comments

Comments
 (0)