46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
HTML
{{- if eq .Site.BaseURL "https://oe7drt.com/" }}
|
|
{{ partial "plausible_head.html" . }}
|
|
{{- end }}
|
|
<meta name="fediverse:creator" content="@oe7drt@mastodon.radio" />
|
|
|
|
{{ with resources.Get "js/lightbox.js" }} {{ if hugo.IsDevelopment }} {{ with .
|
|
| js.Build }}
|
|
<script
|
|
defer
|
|
type="text/javascript"
|
|
src="{{ .RelPermalink }}"
|
|
data-copy="Copy"
|
|
data-copied="Copied"
|
|
></script>
|
|
{{ end }} {{ else }} {{ $opts := (dict "minify" true "targetPath"
|
|
"js/lightbox.js") }} {{ with . | js.Build $opts | fingerprint }}
|
|
<script
|
|
defer
|
|
type="text/javascript"
|
|
src="{{ .RelPermalink }}"
|
|
data-copy="Copy"
|
|
data-copied="Copied"
|
|
integrity="{{ .Data.Integrity }}"
|
|
></script>
|
|
{{ end }} {{ end }} {{ end }} {{ with resources.Get "css/lightbox.css" }} {{ if
|
|
hugo.IsDevelopment }} {{ with . }}
|
|
<link
|
|
type="text/css"
|
|
rel="stylesheet"
|
|
media="screen,print"
|
|
href="{{ .RelPermalink }}"
|
|
/>
|
|
{{ end }} {{ else }} {{ with . | fingerprint }}
|
|
<link
|
|
type="text/css"
|
|
rel="stylesheet"
|
|
media="screen,print"
|
|
href="{{ .RelPermalink }}"
|
|
integrity="{{ .Data.Integrity }}"
|
|
/>
|
|
{{ end }} {{ end }} {{ end }}
|
|
|
|
<meta
|
|
http-equiv="onion-location"
|
|
content="http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion"
|
|
/>
|