diff options
author | Michał Sapka <michal@sapka.me> | 2023-01-10 18:22:18 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-01-10 18:22:18 +0100 |
commit | 9f90499d85a1947bad35b2d128082f44fe41bed2 (patch) | |
tree | 28bec933a01ec4cdf106eda687579bbda302c1b7 /layouts/_default | |
parent | 0bdd62954aaa6511941aa063a17911a58a9b9641 (diff) |
feat: proxy playsible
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fa7552a..4bc8c9c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,6 +32,8 @@ <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'> <meta name="robots" content="index, follow"> {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}} + + <script defer data-api="/api/event" data-domain="michal.sapka.me" src="/js/script.js"></script> </head> <body> {{ block "header" . }} |