about summary refs log tree commit diff stats
path: root/themes/bear/templates/section.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/section.html')
-rw-r--r--themes/bear/templates/section.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html
index 3042cd2..f633036 100644
--- a/themes/bear/templates/section.html
+++ b/themes/bear/templates/section.html
@@ -9,7 +9,7 @@
       </small>
     {%- endif %}
     <ul class="blog-posts">
-      {% for page in section.pages %}
+      {%- for page in section.pages %}
         <li>
           <span>
             <time datetime='{{ page.date | date(format='%+') }}' pubdate>
@@ -18,7 +18,7 @@
           </span>
           <a href="{{ page.path | urlencode | safe }}">{{ page.title }}</a>
         </li>
-        {% else %}
+      {% else %}
         <li>
           No posts yet
         </li>