-
- {% for year, date_year in dates|groupby( 'date.year' ) %} - -

{{ year }}

-
    - {% for article in date_year %} -
  1. {{ article.title }}
  2. - {% endfor %} -
+
+ +
+ {% for year, date_year in dates|groupby( 'date.year' )|sort(reverse=True) %} +

{{ year }}

+
    + {% for article in date_year %} +
  1. {{ article.title }}
  2. + {% endfor %} +
{% endfor %} +
+ +
+

Tags

+
    + {% for tag in tag_cloud|sort %} +
  • {{ tag.0 }}
  • + {% endfor %} +
+
+
+ + {% endblock %} \ No newline at end of file diff --git a/Just-Read/templates/article.html b/Just-Read/templates/article.html index a5bf08f..58df95f 100644 --- a/Just-Read/templates/article.html +++ b/Just-Read/templates/article.html @@ -6,6 +6,9 @@

{{ article.title }}

{{ article.content }} + + + {% if DISQUS_SITENAME %}
diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index 65f549c..96511ad 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -16,6 +16,9 @@ + {% block scripts %} + {% endblock %} + {% if FEED_RSS %} @@ -33,28 +36,27 @@ {% endblock %} -
-
- + +

© 2012 {{ AUTHOR }}
+ Proudly powered by Pelican.

+
+