~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<script src="https://hypothes.is/embed.js" async></script> 11<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script> 12{% endblock %} 13<!-- Staging build --> 14{% block announce %} 15For updates follow <strong>@ajhalili2006</strong> on 16<a rel="me" href="https://tilde.zone/@ajhalili2006"> 17 <span class="twemoji mastodon"> 18 {% include ".icons/fontawesome/brands/mastodon.svg" %} 19 </span> 20<strong>the tildeverse</strong> 21</a> 22and 23<a href="https://substack.com/@ajhalili2006"> 24 <span class="twemoji substack"> 25 {% include ".icons/simple/substack.svg" %} 26 </span> 27 <strong>Substack</strong> 28</a> 29{% endblock %} 30{% block container %} 31 <div class="md-content" data-md-component="content"> 32 <article class="md-content__inner md-typeset"> 33 {% block content %} 34 {% include "partials/content.html" %} 35 {% endblock %} 36 </article> 37 </div> 38 {% endblock %} 39