update setting

This commit is contained in:
app-harry
2024-10-27 11:23:03 +08:00
parent e4a0dfe229
commit 8492c8a596
5 changed files with 18 additions and 0 deletions

View File

@@ -41,6 +41,17 @@
</footer>
</div>
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
{% if google_analytics_id %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ google_analytics_id }}');
</script>
{% endif %}
<script src="./scripts.js"></script>
</body>
</html>