diff --git a/site_test/archive.html b/site_test/archive.html index 3876eed..27d921f 100644 --- a/site_test/archive.html +++ b/site_test/archive.html @@ -16,9 +16,11 @@ {{ entry.date | iso_date }} - - {{ entry.title }} - +
{% endfor %} {% if not loop.last %} diff --git a/site_test/layout/tag.html b/site_test/layout/tag.html index 34a225c..9e9a79a 100644 --- a/site_test/layout/tag.html +++ b/site_test/layout/tag.html @@ -16,9 +16,11 @@ {{ entry.date | iso_date }} - - {{ entry.title }} - + {% endfor %} {% if not loop.last %}