Merge pull request #10 from songtianlun/codex/insert-tracking-code-in-header

feat: add tracking script
This commit is contained in:
TianLun Song 2025-09-07 23:57:59 +08:00 committed by GitHub
commit 8854289545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -27,6 +27,7 @@ nav:
- text-to-video/cinematic-trailer.md
theme:
name: material
custom_dir: overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"

View File

@ -1,8 +1,7 @@
{% extends "base.html" %}
{% block scripts %}
<!-- Add scripts that need to run before here -->
{{ super() }}
<!-- Add scripts that need to run afterwards here -->
<script defer src="https://umami.frytea.com/script.js" data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"></script>
{% endblock %}
{% block extrahead %}
{{ super() }}
<script defer src="https://umami.frytea.com/script.js" data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"></script>
{% endblock %}