aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/layouts/partials/head/head.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/layouts/partials/head/head.html
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/layouts/partials/head/head.html')
-rw-r--r--themes/hugo-theme-stack/layouts/partials/head/head.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/themes/hugo-theme-stack/layouts/partials/head/head.html b/themes/hugo-theme-stack/layouts/partials/head/head.html
deleted file mode 100644
index a7991c1..0000000
--- a/themes/hugo-theme-stack/layouts/partials/head/head.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<meta charset='utf-8'>
-<meta name='viewport' content='width=device-width, initial-scale=1'>
-
-{{- $description := partialCached "data/description" . .RelPermalink -}}
-<meta name='description' {{ printf "content=%q" $description | safeHTMLAttr }}>
-{{ with .Params.Keywords }}<meta name="keywords" content="{{ delimit . ", " }}">{{ end }}
-
-{{- $title := partial "data/title" . -}}
-<title>{{ $title }}</title>
-
-<link rel='canonical' href='{{ .Permalink }}'>
-
-{{- partial "head/style.html" . -}}
-{{- partial "head/script.html" . -}}
-{{- partial "head/opengraph/include.html" . -}}
-
-{{- range .AlternativeOutputFormats -}}
- <link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
-{{- end -}}
-
-{{ with .Site.Params.favicon }}
- <link rel="shortcut icon" href="{{ . | relURL }}" />
-{{ end }}
-
-{{- template "_internal/google_analytics.html" . -}}
-{{- partial "head/custom.html" . -}}