Skip to content

Commit 5361be7

Browse files
committed
add cloudflare beacon
1 parent a28a30b commit 5361be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{% extends "after-dark/templates/index.html" %}
22
{% block extra_head %}
33
<meta name="google-site-verification" content="-ht4RJntETG9MGDTzs9S26SvB4bY0x6xZVleu7oziUs" />
4+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
5+
data-cf-beacon='{"token": "f35a557e365d456ea924020ba0f4ba81"}'>
6+
</script>
47
<meta property="og:type" content="article" />
58
<meta property="og:url" content="{{config.base_url | safe}}/" />
69
<meta property="og:site_name" content="{{ config.title }}" />

0 commit comments

Comments
 (0)