summaryrefslogtreecommitdiff
path: root/theme/templates/author.html
blob: 0b372902d5552cb93a0eed266b6fd851f63bd1be (plain)
1
2
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
">%}{{ SITENAME }} - {{ category }}{% endblock %} {% block content %} <h1 class="page_title">Articles dans la catégorie «&thinsp;{{ category }}&thinsp;»</h1> {% if articles %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract("h2") }} {% endif %} {% if CATEGORY_FEED_RSS %} <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS % category|e|lower}}" ><img src="../theme/images/rss.png" /></a> {% endif %} {% if CATEGORY_FEED_ATOM %} <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM % category|e|lower}}" ><img src="../theme/images/atom.png" /></a> {% endif %} {% endblock %}