Gab's Notes backend
https://gabnotes.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
344 B
8 lines
344 B
<p> |
|
Published on {% include "articles/snippets/datetime.html" %} |
|
· {{ article.get_read_time }} min read |
|
{% include "articles/snippets/admin_link.html" %} |
|
{% if tags %} |
|
<br><span>{% for tag in tags %}<a href="{% url "tag" slug=tag.slug %}" class="tag">{{ tag.name }}</a>{% endfor %}</span> |
|
{% endif %} |
|
</p>
|
|
|