8 lines
338 B
HTML
8 lines
338 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block meta %}
|
|
{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}<link rel="alternate" type="application/activity+json" href="{{ SITEURL }}/activitypub/tags/{{ tag }}">{% endif %}
|
|
{% endblock %}
|
|
|
|
{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %}
|
|
{% set summarise = True %}
|