diff options
Diffstat (limited to 'templates/section.html')
| -rw-r--r-- | templates/section.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/section.html b/templates/section.html index 7130c84..e6b6694 100644 --- a/templates/section.html +++ b/templates/section.html @@ -6,11 +6,11 @@ <h1>{{ section.title }}</h1> <ul> {% for post in section.pages %} - <li> - <a href="{{ post.permalink }}">{{ post.title }}</a> - <br> - <small>{{ post.date | date(format="%d %h %Y") }}</small> - </li> +<li> + <a href="{{ post.permalink }}">{{ post.title }}</a> + <br> + <small>{{ post.date | date(format="%d %h %Y") }}</small> +</li> {% endfor %} </ul> {% endblock content %} |
