2021-06-13 22:17:05 +02:00
|
|
|
<!DOCTYPE html>
|
2021-07-13 23:37:04 +02:00
|
|
|
<html lang="en">
|
2021-06-13 22:17:05 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2022-01-06 21:42:16 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2021-09-15 21:20:05 +02:00
|
|
|
<link
|
|
|
|
type="text/css"
|
|
|
|
rel="stylesheet"
|
|
|
|
href="{{ get_url(path='css/general.css') }}"
|
|
|
|
/>
|
2021-07-18 22:12:41 +02:00
|
|
|
<meta name="color-scheme" content="dark light" />
|
2022-01-06 21:29:08 +01:00
|
|
|
<meta name="author" content="Jonas Tobias Hopusch" />
|
|
|
|
<meta name="referrer" content="no-referrer" />
|
2022-01-06 22:33:04 +01:00
|
|
|
<meta name="robots" content="all, index, follow" />
|
2021-07-14 14:23:29 +02:00
|
|
|
<link rel="canonical" href="{{ current_url }}" />
|
2021-09-15 21:20:05 +02:00
|
|
|
<link
|
|
|
|
rel="alternate"
|
|
|
|
type="application/atom+xml"
|
|
|
|
href="{{ get_url(path='atom.xml') }}"
|
|
|
|
/>
|
2021-08-17 09:31:23 +02:00
|
|
|
<!--Mastodon account ownership verification-->
|
|
|
|
<link rel="me" href="https://ruhr.social/@jotoho" />
|
2023-03-02 02:53:19 +01:00
|
|
|
<script defer src="/scripts/updatecopyrightyear.js"></script>
|
2021-06-13 23:23:29 +02:00
|
|
|
<title>jotoho.de - A personal website</title>
|
2021-07-13 23:39:47 +02:00
|
|
|
{% block metadata %} {% endblock %}
|
2021-06-13 22:17:05 +02:00
|
|
|
</head>
|
2023-03-02 02:53:19 +01:00
|
|
|
<body id="root">
|
2021-06-13 23:23:29 +02:00
|
|
|
<header>
|
2023-03-02 02:53:19 +01:00
|
|
|
<a id="header-title"
|
|
|
|
href="{{ config.base_url }}">
|
|
|
|
<h1>jotoho.de - My personal website</h1>
|
|
|
|
</a>
|
|
|
|
<nav class="globalnav">
|
|
|
|
<!--<a class="globalnav-element" href="{{ get_url(path='@/blog/_index.md') }}"> Blog </a>-->
|
|
|
|
<a
|
|
|
|
class="globalnav-element"
|
|
|
|
href="{{ get_url(path='@/servers/index.md') }}"
|
|
|
|
>
|
|
|
|
Servers
|
|
|
|
</a>
|
|
|
|
<a
|
|
|
|
class="globalnav-element"
|
|
|
|
href="{{ get_url(path='@/profiles/index.md') }}"
|
2021-09-15 21:20:05 +02:00
|
|
|
>
|
2023-03-02 02:53:19 +01:00
|
|
|
Profiles
|
|
|
|
</a>
|
|
|
|
</nav>
|
2021-06-13 23:23:29 +02:00
|
|
|
</header>
|
2023-03-02 02:53:19 +01:00
|
|
|
<hr id="header-delimiter" />
|
2021-06-13 23:23:29 +02:00
|
|
|
|
2021-09-15 21:20:05 +02:00
|
|
|
<article id="mainarticle">{% block content %} {% endblock %}</article>
|
2021-06-13 22:17:05 +02:00
|
|
|
|
2023-03-02 02:53:19 +01:00
|
|
|
<hr id="footer-delimiter" />
|
2021-06-13 22:17:05 +02:00
|
|
|
<footer>
|
|
|
|
<p>
|
2021-09-15 21:28:10 +02:00
|
|
|
<!--{% set current_year = now() | date(format="%Y",
|
|
|
|
timezone="Europe/Berlin") %} -->
|
|
|
|
|
|
|
|
Copyright
|
2023-03-02 02:53:19 +01:00
|
|
|
<time id="footer-copyrightyear"
|
|
|
|
datetime="{{ current_year }}">
|
|
|
|
{{ current_year }}
|
|
|
|
</time>
|
|
|
|
Jonas Tobias Hopusch (@jotoho)
|
|
|
|
<!--
|
2022-04-02 16:07:42 +02:00
|
|
|
<br />
|
|
|
|
Licensed under
|
|
|
|
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/"
|
|
|
|
><img
|
|
|
|
id="licenseimg"
|
|
|
|
alt="CC BY-NC-ND 4.0"
|
|
|
|
title="CC BY-NC-ND 4.0"
|
2022-04-02 16:26:30 +02:00
|
|
|
src="/images/copyright/cc-by-nc-nd-4.0-small.svg"
|
2022-04-02 16:07:42 +02:00
|
|
|
/></a>
|
|
|
|
(unless otherwise specified)
|
2023-03-02 02:53:19 +01:00
|
|
|
-->
|
2021-06-13 22:17:05 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
2022-04-02 16:07:42 +02:00
|
|
|
<a href="https://gitea.jotoho.de/jotoho/my-website"
|
|
|
|
>This page</a
|
2021-09-15 21:20:05 +02:00
|
|
|
>
|
2022-04-02 16:07:42 +02:00
|
|
|
is being served using
|
|
|
|
<a rel="noreferer" href="https://caddyserver.com/">Caddy</a>
|
2021-11-17 23:26:04 +01:00
|
|
|
and was generated using
|
2023-03-02 02:53:19 +01:00
|
|
|
<a rel="noreferer" href="https://www.getzola.org/">Zola</a>.
|
|
|
|
<br />
|
|
|
|
You may contact me via
|
2021-06-13 23:32:36 +02:00
|
|
|
<a href="mailto:webmaster@jotoho.de">email</a>
|
|
|
|
regarding any issues with this website.
|
2021-06-13 22:17:05 +02:00
|
|
|
</p>
|
2021-08-11 22:04:52 +02:00
|
|
|
<p>
|
2021-09-27 10:40:45 +02:00
|
|
|
You can
|
|
|
|
<a href="https://downloads.jotoho.de/openpgp/"
|
|
|
|
>download my OpenPGP public keys here</a
|
|
|
|
>.
|
2021-08-11 22:04:52 +02:00
|
|
|
</p>
|
2021-06-13 22:17:05 +02:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|