fix: HTML errors
This commit is contained in:
parent
c158ac525d
commit
c7cfdcdb5b
4 changed files with 25 additions and 15 deletions
|
@ -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 }}">
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
{{- end -}}
|
||||
)
|
||||
{{- end -}}
|
||||
<p>
|
||||
</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue