12 lines
299 B
HTML
12 lines
299 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<a href="https://twitter.com/laszlocph">
|
|
For updates follow <strong>@laszlocph</strong> on
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
{% endblock %}
|