about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page.html2
-rw-r--r--templates/section.html2
-rw-r--r--templates/taxonomy_single.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.html b/templates/page.html
index bf9eca7..6651d15 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -11,7 +11,7 @@
 <p>
   <i>
     <time datetime='{{ page.date | date(format='%+') }}' pubdate>
-      {{ page.date | date(format="%d %b, %Y") }}
+      {{ page.date | date(format=config.extra.date_format) }}
     </time>
   </i>
 </p>
diff --git a/templates/section.html b/templates/section.html
index ae365a8..c0808f8 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -14,7 +14,7 @@
       <span>
         <i>
           <time datetime='{{ page.date | date(format='%+') }}' pubdate>
-            {{ page.date | date(format="%d %b, %Y") }}
+            {{ page.date | date(format=config.extra.date_format) }}
           </time>
         </i>
       </span>
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html
index 6afb6b2..fb65874 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -14,7 +14,7 @@
       <span>
         <i>
           <time datetime='{{ page.date | date(format='%+') }}' pubdate>
-            {{ page.date | date(format="%d %b, %Y") }}
+            {{ page.date | date(format=config.extra.date_format) }}
           </time>
         </i>
       </span>