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/docs/list.html | |
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 '')
-rw-r--r-- | layouts/docs/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |