From ed997a97cb92bbb6fb14fb2fb9ff564ecd9c54136910680f812af432ecf90b26 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <nick@nicholasjohnson.ch>
Date: Thu, 11 May 2023 00:00:00 +0000
Subject: Fix page title

---
 layouts/partials/head.html | 2 --
 1 file changed, 2 deletions(-)

(limited to 'layouts')

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
-- 
cgit v1.2.3