Added missing <head> tag
I feel like this doesn't need a MR
This commit is contained in:
parent
5e602eda1c
commit
db46217d96
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
<title>{{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||||
@ -54,6 +55,7 @@
|
|||||||
{{ partial "js.html" "js/patek-logo-custom-element/patek-logo.js" }}
|
{{ partial "js.html" "js/patek-logo-custom-element/patek-logo.js" }}
|
||||||
{{ partial "js.html" "js/dark-mode.js" }}
|
{{ partial "js.html" "js/dark-mode.js" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ block "body" . }}
|
{{ block "body" . }}
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user