From b0db8df73298cd17de2c616aab1135c41aa9c817 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sun, 26 Mar 2023 13:57:24 +0200 Subject: [PATCH] =?UTF-8?q?Add=20the=20=20element=20for=20the=20?= =?UTF-8?q?=E2=80=9Cmain=E2=80=9D=20boosted=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, the page title does not change and becomes useless. --- web/template/main.gohtml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/template/main.gohtml b/web/template/main.gohtml index df455e4..04c4550 100644 --- a/web/template/main.gohtml +++ b/web/template/main.gohtml @@ -1,2 +1,3 @@ +<title>{{ template "title" . }} — Numerus {{- template "breadcrumbs" . }} {{- template "content" . }}