From 84596914843984649e57d2d8c78816c2c386d0c9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Jan 2021 15:07:15 +0200 Subject: [PATCH] Add title with the date We can expand this later to use `time` --- src/_includes/author-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/author-info.html b/src/_includes/author-info.html index 38969be01..6fa771efe 100644 --- a/src/_includes/author-info.html +++ b/src/_includes/author-info.html @@ -9,7 +9,7 @@ @{{ author }} - + {% include icons/calendar-event.svg class="mr-2" width="24" height="24" %} {{ date | date: '%B %d, %Y' }}