diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-13 19:32:51 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-13 19:32:51 +0200 |
commit | 2bf274de3fe814e3729deb9ca242df58f8936a49 (patch) | |
tree | 29eea5699be630e98a963841b732920d91990b0a /templates/header.html | |
parent | 00229809fbb412342f76b503c7745f67090c5813 (diff) | |
download | macroblog.rs-2bf274de3fe814e3729deb9ca242df58f8936a49.tar.gz macroblog.rs-2bf274de3fe814e3729deb9ca242df58f8936a49.tar.bz2 macroblog.rs-2bf274de3fe814e3729deb9ca242df58f8936a49.zip |
fix(shasso): Fix code format
Remove whitespace.
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index 1005e66..79e740a 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@ <header class="container"> <nav class="container-fluid"> <ul> - <li><strong>Yet Another Blog</strong></li> + <li><h2>Yet Another Blog</h2></li> </ul> <ul> <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li> |