From 0cf4ce5ed79ea373fe4eb993b309b6c72f177901 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 8 Feb 2019 18:39:55 +0100
Subject: [PATCH] add date to posts

---
 _layouts/posts.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_layouts/posts.html b/_layouts/posts.html
index f42ec6f..a856220 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -1,5 +1,6 @@
 ---
 layout: archive
 ---
+<span class="dynare_home_page_date">Posted on {{ page.date | date_to_long_string }}</span>
 
 {{ content }}
-- 
GitLab