aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-05-11 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-05-11 00:00:00 +0000
commited997a97cb92bbb6fb14fb2fb9ff564ecd9c54136910680f812af432ecf90b26 (patch)
tree48ec613b3872b4e7e21579acb8cfc01f5ee9e5b7bba6c193f599247c1bf65440
parente77136706a336ffd9126aac46fb8163edec7d1f9edc98f28a5554df8a9fbd5d9 (diff)
Fix page titlev0.5.5
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index de87277..b32f8ea 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,7 +15,5 @@
{{- else }}
<link rel="stylesheet" type="text/css" href="{{ (resources.Get "css/style.css").RelPermalink }}">
{{- end }}
- {{- if $.Site.Params.title }}
<title>{{ .Title }}</title>
- {{- end }}
</head> \ No newline at end of file