aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-23 17:44:02 +0100
committerJulien Dessaux2021-03-23 17:44:02 +0100
commit85e74c8ea06dcb7c65dd38f5c26d81fe18da75a0 (patch)
treecaa68e019bc50088a7b53390cda407377dcf4ebb /layouts
parentReworked the adyxax.org docs articles (diff)
downloadwww-85e74c8ea06dcb7c65dd38f5c26d81fe18da75a0.tar.gz
www-85e74c8ea06dcb7c65dd38f5c26d81fe18da75a0.tar.bz2
www-85e74c8ea06dcb7c65dd38f5c26d81fe18da75a0.zip
Small fixes with section titles
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/docs/list.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2d402ff..0367ee9 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,7 @@
{{ define "main" }}
+<h1>{{ .Title }}</h1>
+
{{ with .Content }}
{{ . }}
{{ end }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
index 1be5120..bbd9f22 100644
--- a/layouts/docs/list.html
+++ b/layouts/docs/list.html
@@ -1,5 +1,7 @@
{{ define "main" }}
+<h1>{{ .Title }}</h1>
+
{{ with .Content }}
{{ . }}
{{ end }}