flex/templates/tag.html

9 lines
338 B
HTML
Raw Normal View History

2015-07-19 02:04:01 +02:00
{% 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 %} &ndash; {{ _('Tag %(name)s', name=tag) }}{% endblock %}
2015-07-19 02:04:01 +02:00
{% set summarise = True %}