website/templates/basic.html
James Harton 3fcbb7acaa
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update forgejo hostname.
2024-02-05 14:51:16 +13:00

9 lines
315 B
HTML

{% extends "anatole-zola/templates/basic.html" %}
{% block extra_head %}
<link rel="stylesheet" href="{{ get_url(path=" blog.css") }}">
{% endblock %}
{% block more_social_link %}
<a href="https://harton.dev/james" aria-label="Go to ForgeFed instance">
<i class="fa-solid fa-code-branch"></i>
</a>
{% endblock %}