summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-26 17:12:52 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-26 17:12:52 +0100
commit14e03301ea8dee9b2dc30ae1f3fb78ab6408d3ff (patch)
tree5502792f11927b223704f775f620335fb4594d0f /layouts/partials
parentc6153ea12b59b43902eeff3c68a32163e5955d3b (diff)
fixed title tags on main pages
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index da8f4c4..4c5d49c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,6 +12,5 @@
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}" type="text/css" media="screen">
{{- end}}
-
<title>{{ .Title }}</title>
</head>