diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 19:54:42 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 19:54:42 -0400 |
commit | bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3 (patch) | |
tree | 86e3ffac521a6325e78d38fc22d69e8412dd2245 /layouts/_default/taxonomy.html | |
parent | fix headache with main page and mobile (diff) | |
download | blog-bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3.tar.gz |
lots more little typography tweaks
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r-- | layouts/_default/taxonomy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 75b0b34..9828f28 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,5 +1,5 @@ {{ define "main" }} -<h2>{{ .Title }}</h2> +<h1>{{ .Title }}</h1> <ul> {{ range .Pages }} <li> |