diff options
Diffstat (limited to 'templates/simple_header.html')
-rw-r--r-- | templates/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simple_header.html b/templates/simple_header.html index 4382df4..1340aa1 100644 --- a/templates/simple_header.html +++ b/templates/simple_header.html @@ -1,7 +1,7 @@ <header class="container"> <nav class="container-fluid"> <ul> - <li><strong><a href="/">Yet Another Blog</a></strong></li> + <li><h2><a href="/">Yet Another Blog</a></h2></li> </ul> <ul> <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li> |