From 522af186f976d7529da78aa29b936feb443eddfc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 24 May 2024 08:09:02 -0700 Subject: [PATCH] moved date --- _layouts/default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 06667d67a..4b809c113 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,9 +37,6 @@

{{ page.title | default: site.title | default: site.github.repository_name }}

{{ page.description | default: site.description | default: site.github.project_tagline }}

{% endif %} - {% if page.date %} -

{{ page.date | date: "%B %d, %Y" }}

- {% endif %} Home Blog {% if site.github.is_project_page %} @@ -52,6 +49,9 @@
+ {% if page.date %} + + {% endif %} {{ content }}