add mastodon link
1 files changed, 4 insertions(+), 0 deletions(-) M templates/index.html
M templates/index.html => templates/index.html +4 -0
@@ 1,3 1,7 @@ {% extends "base.html" %} +{% block head %} +{{ super() }} +<link rel="me" href="https://mstdn.social/@truita"/> +{% endblock head %} {% block title %}{{ section.title }}{% endblock title %} {% block content %}{{ section.content | safe }}{% endblock content %}