website/overrides/main.html

47 lines
1.3 KiB
HTML
Raw Normal View History

{#-
SPDX-License-Identifier: MIT
-#}
{% extends "base.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/theme.css' | url }}">
<script src="https://hypothes.is/embed.js" async></script>
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>-->
{% endblock %}
<!-- Staging build -->
{% block announce %}
For updates follow <strong>@ajhalili2006</strong> on
<a rel="me" href="https://tilde.zone/@ajhalili2006">
<span class="twemoji mastodon">
{% include ".icons/fontawesome/brands/mastodon.svg" %}
</span>
<strong>the tildeverse</strong>,
</a>
<a rel="me" href="https://bsky.app/profile/andreijiroh.dev">
<span class="twemoji bluesky">
{% include ".icons/simple/bluesky.svg" %}
</span>
<strong>Bluesky</strong>,
</a>
and
<a href="https://substack.com/@ajhalili2006">
<span class="twemoji substack">
{% include ".icons/simple/substack.svg" %}
</span>
<strong>Substack</strong>.
</a> (<a href="https://recaptime.dev">Looking for Recap Time Squad?</a>)
{% endblock %}
{% block container %}
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
{% block content %}
{% include "partials/content.html" %}
{% endblock %}
</article>
</div>
{% endblock %}