diff --git a/themes/bootstrap/templates/archives.html b/themes/bootstrap/templates/archives.html new file mode 100644 index 0000000000000000000000000000000000000000..6dee8ed2dbaf70a9eab05f592c4ad65e4f81d17b --- /dev/null +++ b/themes/bootstrap/templates/archives.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} +{% block title %}{{ SITENAME }} [archive]{% endblock %} +{% block content %} +{% for year, date_year in dates|groupby( 'date.year' ) %} +