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.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html
index 838e001..f7567f2 100644
--- a/themes/bear/templates/section.html
+++ b/themes/bear/templates/section.html
@@ -12,11 +12,9 @@
       {% for page in section.pages %}
         <li>
           <span>
-            <i>
-              <time datetime='{{ page.date | date(format='%+') }}' pubdate>
-                {{ page.date | date(format=config.extra.date_format) }}
-              </time>
-            </i>
+            <time datetime='{{ page.date | date(format='%+') }}' pubdate>
+              {{ page.date | date(format=config.extra.date_format) }}
+            </time>
           </span>
           <a href="{{ page.permalink }}">{{ page.title }}</a>
         </li>