fix: HTML errors

This commit is contained in:
Ben Goldsworthy 2025-01-05 17:28:25 +01:00
parent c158ac525d
commit c7cfdcdb5b
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
4 changed files with 25 additions and 15 deletions

View file

@ -11,15 +11,24 @@
<meta name="description" content="{{ block "head-description" . }}{{ $.Site.Params.description | html }}{{ end }}">
<meta name="twitter:dnt" content="on">
<title itemprop="name">{{- block "title" . -}}{{- .Site.Title }} | {{ .Site.Params.tagline -}}{{- end -}}</title>
<title itemprop="name">
{{- block "title" . -}}
{{- .Site.Title -}}
{{- with .Site.Params.tagline -}}
{{- printf " | %s" . -}}
{{- end -}}
{{- end -}}
</title>
<link rel="license" href="{{ block "head-license" . }}https://creativecommons.org/publicdomain/zero/1.0/{{ end }}">
<link class="u-url u-uid" rel="me" href="{{ .Site.Home.Permalink }}">
<link class="u-email" rel="me" href="mailto:me+bg@bengoldsworthy.net">
<link class="u-url" rel="me" href="https://github.com/Rumperuu">
<link class="u-url" rel="me" href="https://news.ycombinator.com/user?id=Rumperuu">
<link class="u-logo" rel="icon" sizes="192x192" href="/images/icon.png">
<link class="u-key" rel="author" href="{{ .Site.Params.keyfile }}">
<link class="u-logo" rel="icon" sizes="192x192" href="/images/icon.png">
{{- with .Site.Params.keyfile -}}
<link class="u-key" rel="author" href="{{ . }}">
{{- end -}}
<link rel="canonical" href="{{ .Permalink }}">

View file

@ -85,7 +85,7 @@
{{- end -}}
)
{{- end -}}
<p>
</p>
{{ end }}
</div>