#440L Adjust bookHref, check .Content again, add redirect

This commit is contained in:
Alex Shpak
2022-04-26 13:14:22 +02:00
parent c2014a08a5
commit 1852b16d93
5 changed files with 17 additions and 9 deletions
+4
View File
@@ -4,6 +4,10 @@
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark">
{{- with .Page.Params.BookHref -}}
<meta http-equiv="Refresh" content="0; url='{{ . }}'" />
{{- end -}}
{{- template "_internal/opengraph.html" . -}}
<title>{{ partial "docs/html-head-title" . }}</title>