Continue configuring Umami
This commit is contained in:
parent
d62b40cf69
commit
403f8a09e5
|
@ -11,7 +11,7 @@
|
||||||
<link rel="openid.delegate" href="https://ethanyoo.com/"/><link rel="openid.server" href="https://openid.indieauth.com/openid"/><link rel="webmention" href="https://webmention.io/ethanyoo.com/webmention"/>
|
<link rel="openid.delegate" href="https://ethanyoo.com/"/><link rel="openid.server" href="https://openid.indieauth.com/openid"/><link rel="webmention" href="https://webmention.io/ethanyoo.com/webmention"/>
|
||||||
{{- with .OutputFormats.Get "RSS" -}}{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}{{ end }}
|
{{- with .OutputFormats.Get "RSS" -}}{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}{{ end }}
|
||||||
<link rel="stylesheet" href="/css/style.css?rnd={{ now.Unix }}">
|
<link rel="stylesheet" href="/css/style.css?rnd={{ now.Unix }}">
|
||||||
<script defer src="/js/script.js" data-website-id="ca92a149-4e82-46bf-9dc9-c85641315bff" data-host-url="https://analytics.ethanyoo.com"></script>
|
<script defer src="/js/script.js" data-website-id="815a72d3-9985-408d-a47e-e8f12b47bc00" data-host-url="https://analytics.ethanyoo.com" data-domains="ethanyoo.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{- if not .IsHome }}{{ partial "header" . }}{{ partialCached "search.html" . }}{{ end }}
|
{{- if not .IsHome }}{{ partial "header" . }}{{ partialCached "search.html" . }}{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue