diff options
Diffstat (limited to 'templates_gmi/section_posts.html')
| -rw-r--r-- | templates_gmi/section_posts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates_gmi/section_posts.html b/templates_gmi/section_posts.html index af86c23..748c73c 100644 --- a/templates_gmi/section_posts.html +++ b/templates_gmi/section_posts.html @@ -6,6 +6,6 @@ => /atom.xml Follow via Atom/RSS => https://aboutfeeds.com/ Huh? -{% for page in posts.pages %} -=> {{ page.path }} {{ page.title }} ({{ page.date | date(format="%Y-%m-%d") }}) +{% for page in posts.pages -%} +=> {{ page.path }} {{ page.date | date(format="%Y-%m-%d") }} {{ page.title }} {% endfor %} {% endblock %} |
