Skip to content

Commit

Permalink
docs: add Google verification (#2719)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Dec 21, 2023
1 parent 1561460 commit 370bd22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs-new/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- Elements added to main will be displayed on all pages -->
{% extends "base.html" %}

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

<!-- More minimal footer -->
{% block footer %}
<footer class="md-footer">
Expand Down

0 comments on commit 370bd22

Please sign in to comment.