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>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<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/dark-mode.js" }}
|
||||
{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
{{ block "body" . }}
|
||||
{{- partial "header.html" . -}}
|
||||
|
Loading…
Reference in New Issue
Block a user