mirror of
https://codeberg.org/NoGitHub/nogithub.codeberg.page.git
synced 2024-12-22 07:02:58 -05:00
close #3
This commit is contained in:
parent
44a1b3ab3e
commit
71299ca8cb
1 changed files with 4 additions and 4 deletions
|
@ -2,17 +2,17 @@
|
||||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self'">
|
||||||
{{- partial "favicon.html" . -}}
|
{{- partial "favicon.html" . -}}
|
||||||
<title>{{- block "title" . }}{{ with .Title }}{{ . }}{{ end }}{{- end }}</title>
|
<title>{{- block "title" . }}{{ with .Title }}{{ . }}{{ end }}{{- end }}</title>
|
||||||
|
|
||||||
{{- partial "seo_tags.html" . -}}
|
{{- partial "seo_tags.html" . -}}
|
||||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
<meta name="referrer" content="no-referrer-when-downgrade">
|
||||||
|
|
||||||
{{ with .OutputFormats.Get "rss" -}}
|
{{ with .OutputFormats.Get "rss" -}}
|
||||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{- partial "style.html" . -}}
|
{{- partial "style.html" . -}}
|
||||||
|
|
Loading…
Reference in a new issue