diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
commit | 14e03301ea8dee9b2dc30ae1f3fb78ab6408d3ff (patch) | |
tree | 5502792f11927b223704f775f620335fb4594d0f /layouts/categories | |
parent | c6153ea12b59b43902eeff3c68a32163e5955d3b (diff) |
fixed title tags on main pages
Diffstat (limited to 'layouts/categories')
-rw-r--r-- | layouts/categories/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/categories/list.html b/layouts/categories/list.html index 8336025..7dc9d4b 100644 --- a/layouts/categories/list.html +++ b/layouts/categories/list.html @@ -2,7 +2,7 @@ <main> <div> - <h2>{{ .Title }}</h2> + <h3>Blog categories</h3> <ul> {{ range .Pages.ByTitle }} <li><a href="{{ .Permalink }}">{{ .Title }}</a></li> |