diff options
author | Julien Dessaux | 2021-03-23 17:44:02 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-23 17:44:02 +0100 |
commit | 85e74c8ea06dcb7c65dd38f5c26d81fe18da75a0 (patch) | |
tree | caa68e019bc50088a7b53390cda407377dcf4ebb /layouts | |
parent | Reworked the adyxax.org docs articles (diff) | |
download | www-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.html | 2 | ||||
-rw-r--r-- | layouts/docs/list.html | 2 |
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 }} |