2024-05-08 15:53:17 +02:00
|
|
|
<!doctype html>
|
2024-05-07 11:48:28 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2024-05-08 15:53:17 +02:00
|
|
|
<title>
|
|
|
|
{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}
|
|
|
|
</title>
|
|
|
|
<link rel="stylesheet" href="/~tasiaiso/style.css" />
|
2024-05-07 11:48:28 +02:00
|
|
|
<!-- <link rel="icon" type="image/svg+xml" href="/images/favicon.svg"> -->
|
2024-05-08 15:53:17 +02:00
|
|
|
<link rel="icon" type="image/png" href="/~tasiaiso/images/favicon.png" />
|
2024-05-07 11:48:28 +02:00
|
|
|
<!-- <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% if not page.is_homepage %}
|
2024-05-08 15:53:17 +02:00
|
|
|
<a href="/">root</a>
|
|
|
|
<br /><br />
|
2024-05-07 11:48:28 +02:00
|
|
|
{% endif %}
|
2024-05-08 17:06:18 +02:00
|
|
|
<!-- -->
|
2024-05-07 11:48:28 +02:00
|
|
|
|
2024-05-08 17:06:18 +02:00
|
|
|
pages
|
|
|
|
<!-- -->
|
|
|
|
{% if nav|length>1 %}
|
2024-05-08 15:53:17 +02:00
|
|
|
<ul>
|
2024-05-08 17:06:18 +02:00
|
|
|
{% for nav_item in nav %}
|
|
|
|
<!-- -->
|
|
|
|
{% if nav_item.children %}
|
2024-05-08 15:53:17 +02:00
|
|
|
<li>
|
|
|
|
{{ nav_item.title }}
|
2024-05-07 11:48:28 +02:00
|
|
|
<ul>
|
2024-05-08 15:53:17 +02:00
|
|
|
{% for nav_item in nav_item.children %}
|
|
|
|
<li class="{% if nav_item.active %}current{% endif %}">
|
|
|
|
<a href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
|
|
|
|
</li>
|
2024-05-07 11:48:28 +02:00
|
|
|
{% endfor %}
|
2024-05-08 15:53:17 +02:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
{% else %}
|
|
|
|
<li class="{% if nav_item.active %}current{% endif %}">
|
|
|
|
<a href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
|
|
|
|
</li>
|
2024-05-08 17:06:18 +02:00
|
|
|
{% endif %}
|
|
|
|
<!-- -->
|
|
|
|
{% endfor %}
|
2024-05-08 15:53:17 +02:00
|
|
|
</ul>
|
2024-05-08 17:06:18 +02:00
|
|
|
<!-- -->
|
|
|
|
{% endif %}
|
|
|
|
<!-- -->
|
|
|
|
{% if not page.is_homepage %}
|
|
|
|
<!-- -->
|
|
|
|
table of contents
|
2024-05-08 15:53:17 +02:00
|
|
|
<ul>
|
|
|
|
{% for toc_item in page.toc %}
|
|
|
|
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
|
|
|
{% for toc_item in toc_item.children %}
|
|
|
|
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
2024-05-08 17:06:18 +02:00
|
|
|
{% endfor %}
|
|
|
|
<!-- -->
|
|
|
|
{% endfor %}
|
2024-05-08 15:53:17 +02:00
|
|
|
</ul>
|
2024-05-08 17:06:18 +02:00
|
|
|
{% endif %}
|
|
|
|
<!-- -->
|
2024-05-08 15:53:17 +02:00
|
|
|
|
2024-05-08 17:06:18 +02:00
|
|
|
{{ page.content }}
|
|
|
|
|
|
|
|
<!-- Webrings -->
|
2024-05-08 15:53:17 +02:00
|
|
|
<p>
|
|
|
|
<a href="https://fediring.net/previous?host=tilde.club%2F~tasiaiso"
|
|
|
|
>←</a
|
|
|
|
>
|
|
|
|
<a href="https://fediring.net/">Fediring</a>
|
|
|
|
<a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">→</a>
|
|
|
|
</p>
|
|
|
|
|
2024-05-08 17:06:18 +02:00
|
|
|
<!-- 88x31 badges -->
|
2024-05-08 15:53:17 +02:00
|
|
|
<a href="https://fediring.net"
|
2024-05-08 17:06:18 +02:00
|
|
|
><img src="images/badges/fediring.gif" alt="fediring badge"
|
2024-05-08 15:53:17 +02:00
|
|
|
/></a>
|
2024-05-08 17:06:18 +02:00
|
|
|
<a href="https://kitsu.life"
|
|
|
|
><img src="images/badges/kitsulife.webp" alt="kitsulife badge"
|
|
|
|
/></a>
|
|
|
|
<a href="https://nixos.org"
|
|
|
|
><img src="images/badges/nixos.png" alt="nixos badge"
|
|
|
|
/></a>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
This is a <a href="https://https://motherfuckingwebsite.com">motherfucking website</a>.
|
|
|
|
<br>
|
|
|
|
Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by <a href="https://tilde.club">tilde.club</a>.
|
2024-05-07 11:48:28 +02:00
|
|
|
</body>
|
2024-05-08 15:53:17 +02:00
|
|
|
</html>
|