From b201e57315350340366ca8d2659e5429b85aab10 Mon Sep 17 00:00:00 2001 From: Pachamaltese Date: Sat, 8 Apr 2017 08:49:35 -0300 Subject: uploaded medio theme (#477) * uploaded medio theme * cons example * Added example_pelicanconf.py --- medio/templates/period_archives.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 medio/templates/period_archives.html (limited to 'medio/templates/period_archives.html') diff --git a/medio/templates/period_archives.html b/medio/templates/period_archives.html new file mode 100755 index 0000000..e9e6848 --- /dev/null +++ b/medio/templates/period_archives.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% block content %} +
+ +
+ +

Archives for {{ period | reverse | join(' ') }}

+ +
    + {% for article in dates %} +
  • + {{ article.title }} — {{ article.locale_date }} +
  • + {% endfor %} +
+ +
+ +
+{% endblock %} -- cgit