Skip to content

Commit

Permalink
feat: add beam analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Aaqa Ishtyaq <[email protected]>
  • Loading branch information
aaqaishtyaq committed Mar 13, 2024
1 parent 9256794 commit b2a72b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
}}">
{% endblock %}

{% block beam_analytics %}
<script src="https://beamanalytics.b-cdn.net/beam.min.js" data-token="aa8756e9-c3cd-41e6-8a91-e3c8203201db"
async></script>
{% endblock %}

{% block font %}
<link rel="preload" href="/fonts/iosevka-regular.woff2" as="font" type="font/woff2" crossorigin>
{% endblock font %}


{% endblock head %}
</head>

Expand Down

0 comments on commit b2a72b5

Please sign in to comment.