mirror of
https://github.com/tomfran/typo.git
synced 2025-04-26 05:29:54 +03:00

- Updated header.html with necessary changes. - Added support for Umami along with relevant configurable options. - Included a new umami.html file for tracking.
6 lines
134 B
HTML
6 lines
134 B
HTML
<script
|
|
async
|
|
defer
|
|
data-website-id="{{ .Site.Params.umami.websiteId }}"
|
|
src="{{ .Site.Params.umami.jsLocation }}"
|
|
></script>
|