summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-02-24 21:23:37 +0100
committerMichał M. Sapka <michal@sapka.me>2023-02-25 00:21:16 +0100
commitba675a3bf24c1a2fc4afd37caaaefb8b9f80a18c (patch)
tree9a789440a1698f286387952c1d893ed823f5471a /layouts/_default/baseof.html
parentde97bdfd07f43e1e394fcd310aeca277e043500b (diff)
feat: prelimiary work on new layout
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6c7cc5f..db3d2be 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -58,9 +58,6 @@
</header>
{{ end }}
<main>
- {{ block "page-title" . }}
- <h2> {{ .Page.Title }}</h2>
- {{ end }}
{{ block "main" . }}
{{ end }}