Skip to content

Commit

Permalink
add layout template for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed May 21, 2024
1 parent 0bafcd0 commit 63db76e
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 %}
<meta name="google-site-verification" content="tQX7ECNmZ-8KncQfXcOf_bfgK3RoGrpv1MM9MerN7_0" />
{{ super() }}
{% endblock %}

0 comments on commit 63db76e

Please sign in to comment.