diff options
Diffstat (limited to 'zola/templates')
-rw-r--r-- | zola/templates/base.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html index a8da89f..cab2669 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -7,7 +7,7 @@ <title>ndato - {% block title %}{% endblock %}</title> </head> <body> - <section class="header" title="Header"> + <section class="mainheader" title="Header"> <header> <img src="/lambda.svg" class="logo" alt="Lambda" title="Lambda Logo"> ndato.com.ar @@ -21,16 +21,15 @@ <menu> <li><a href="/">Home</a></li> <li><a href="/articles">Articles</a></li> - <li><a href="/etc">Etc</a></li> <li><a href="/gitweb">Git</a></li> - <li><a href="/cv">CV</a></li> + <li><a href="/cv">CV / Resume</a></li> <li><a href="/contact">Contact</a></li> </menu> </nav> <header>Links</header> <nav title="External Links"> <ul> - <li><a href="https://robertoaley.com/">Roberto Aley</a></li> + <li><a href="https://robertoaley.com/">Roberto Aley's website</a></li> <li><a href="https://www.baeldung.com/linux/author/nicolasdato">My articles for Baeldung</a></li> </ul> </nav> @@ -44,7 +43,7 @@ </section> </div> <section title="Footer"> - <footer>ndato.com.ar - Nicolás Dato - 2023</footer> + <footer>ndato.com.ar - Nicolás Dato - 2024</footer> </section> </body> </html> |