feat: QR code to the mastodon post used for comments, chnage some classes to IDs

This commit is contained in:
daudix
2024-01-21 16:07:40 +03:00
parent 5603e05dda
commit 68f9fd8086
11 changed files with 28 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{% extends "base.html" %}
{% block content %}
{{ page.content | safe }}
{% if page.extra.archive %}
<div class="statement-container archive">
<strong class="big">⚠ Archived</strong>
{{ page.extra.archive | markdown | safe }}
</div>
{% endif %}
{{ page.content | safe }}
{% endblock content %}