diff options
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/header.html b/templates/header.html index 79e740a..1340aa1 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,16 +1,10 @@ <header class="container"> <nav class="container-fluid"> <ul> - <li><h2>Yet Another Blog</h2></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> </ul> </nav> - <hgroup> - <h2> - A gathering of information about some things I do on my spare time. You can find me on gitlab , twitter and - linkedin . - </h2> - </hgroup> </header> |