<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>jotoho.de - A personal website</title> </head> <body> <header> <div> <a href="{{ config.base_url }}"><h2>jotoho.de - My personal website</h2></a> </div> <table> <tr> <td><a href="{{ get_url(path="@/blog/_index.md") }}">Blog</a></td> <td><a href="{{ get_url(path="@/servers.md") }}">Servers</a></td> </tr> </table> <hr/> </header> {% block content %} {% endblock %} <footer> <hr /> <p> Copyright {{ now() | date(format="%Y", timezone="Europe/Berlin") }} Jonas Tobias Hopusch (<a rel="noreferer" href="https://gitlab.com/jotoho" >@jotoho</a >) - <strong>All rights reserved</strong> </p> <p> This page is being served using <a rel="noreferer" href="https://docs.gitlab.com/ee/user/project/pages/">GitLab Pages</a> and created with the help of <a rel="noreferer" href="https://www.getzola.org/">Zola</a>. You can contact me via <a href="mailto:webmaster@jotoho.de">email</a> regarding any issues with this website. </p> </footer> </body> </html>