~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion]
andreijiroh.dev
zensical
mkdocs-material
website
1{#-
2
3SPDX-License-Identifier: MIT
4
5-#}
6
7{% extends "base.html" %}
8{% block extrahead %}
9<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
10{% endblock %}
11<!-- Staging build -->
12{% block announce %}
13For updates follow <strong>@ajhalili2006</strong> on
14<a rel="me" href="https://tilde.zone/@ajhalili2006">
15 <span class="twemoji mastodon">
16 {% include ".icons/fontawesome/brands/mastodon.svg" %}
17 </span>
18<strong>the tildeverse</strong>
19</a>
20and
21<a href="https://substack.com/@ajhalili2006">
22 <span class="twemoji substack">
23 {% include ".icons/simple/substack.svg" %}
24 </span>
25 <strong>Substack</strong>
26</a>
27{% endblock %}
28{% block container %}
29 <div class="md-content" data-md-component="content">
30 <article class="md-content__inner md-typeset">
31 {% block content %}
32 {% include "partials/content.html" %}
33 {% endblock %}
34 </article>
35 </div>
36 {% endblock %}
37