flex/templates/author.html

9 lines
351 B
HTML
Raw Permalink 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/users/{{ author }}">{% endif %}
{% endblock %}
{% block title %} &ndash; {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
2015-07-19 02:04:01 +02:00
{% set summarise = True %}