1
0
Fork 0
forked from github/pelican

Change a bit the templates to list all the article with their content by

category too.
This commit is contained in:
Alexis Metaireau 2010-09-19 22:29:56 +01:00
commit ecd9a83ac8
3 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,10 @@
{% extends "base.html" %}
{% block content %}
<section id="content">
{% block content_title %}
<h2>All articles</h2>
{% endblock %}
<ol id="post-list">
{% for article in articles %}
<li><article class="hentry">