diff options
author | davidovski <david@davidovski.xyz> | 2022-05-22 17:35:37 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-22 17:35:37 +0100 |
commit | 191ba69fb9ae2b6acd85d4a910047b1976d9f67e (patch) | |
tree | 2b368133c8355946cc0bf2e4da7951f0648c8198 | |
parent | f131e30fcba59467ee1de36386e4f92c4a23b17c (diff) |
using h2 for blog posts title
-rw-r--r-- | templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index d89508f..e586ceb 100644 --- a/templates/about.html +++ b/templates/about.html @@ -14,5 +14,5 @@ <hr> <hr> -<h1 class="header">blog posts</h1> +<h2 class="header">blog posts</h2> |