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 | 7d3e0e28e41609d3eb1cb1bd570290ec888a6f5c (patch) | |
tree | 2b368133c8355946cc0bf2e4da7951f0648c8198 /templates | |
parent | 5b9f6710da54b1193a916133a4123a40da294c7b (diff) |
using h2 for blog posts title
Diffstat (limited to 'templates')
-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> |