summary refs log tree commit diff stats
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f8f1c61..c5db828 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,7 +6,7 @@ layout: default
     <p>⟸ Back to blog</p>
 </a>
 <h1>{{page.title}}</h1>
-<p><em>{{post.date | date: "%-d %B %Y"}}</em></p>
+<p><em>{{page.date | date: "%-d %B %Y"}}</em></p>
 {{content}}
 
 <p>
@@ -15,5 +15,5 @@ layout: default
         <path
             d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" />
     </svg>
-    <em>{{post.tags | join ", "}}</em>
+    <em>{{page.tags | join ", "}}</em>
 </p>
\ No newline at end of file