2020-03-26 12:54:59 +01:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
|
|
|
{% extends "base.html" %}
|
2020-03-26 15:23:22 +01:00
|
|
|
{% block extrahead %}
|
2023-10-03 10:38:54 +02:00
|
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
|
2020-03-26 15:23:22 +01:00
|
|
|
{% endblock %}
|
2020-03-26 12:54:59 +01:00
|
|
|
{% block announce %}
|
2023-02-03 11:59:50 +01:00
|
|
|
For updates follow <strong>@squidfunk</strong> on
|
|
|
|
<a rel="me" href="https://fosstodon.org/@squidfunk">
|
|
|
|
<span class="twemoji mastodon">
|
|
|
|
{% include ".icons/fontawesome/brands/mastodon.svg" %}
|
|
|
|
</span>
|
|
|
|
<strong>Fosstodon</strong>
|
|
|
|
</a>
|
|
|
|
and
|
2020-06-20 12:24:35 +02:00
|
|
|
<a href="https://twitter.com/squidfunk">
|
|
|
|
<span class="twemoji twitter">
|
2020-12-22 13:06:03 +01:00
|
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
2020-04-25 15:56:00 +02:00
|
|
|
</span>
|
2020-06-20 12:24:35 +02:00
|
|
|
<strong>Twitter</strong>
|
2020-04-05 14:09:20 +02:00
|
|
|
</a>
|
2020-03-26 12:54:59 +01:00
|
|
|
{% endblock %}
|
2021-02-06 09:57:40 +01:00
|
|
|
{% block scripts %}
|
2020-07-23 10:23:32 +02:00
|
|
|
{{ super() }}
|
2023-10-05 15:53:18 +02:00
|
|
|
<script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
|
2020-07-23 10:23:32 +02:00
|
|
|
{% endblock %}
|