From 8df0dae523747ab9ad65709fe6083221dcc89e72 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 30 May 2023 16:54:05 +0200 Subject: [PATCH] fix publish date --- _includes/head.html | 4 ++-- _layouts/post.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index ac9ee52..8e3df42 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,6 +16,7 @@ {% if page.type == "post" %} + {% else %} {% endif %} {% if page.layout == 'home' %} @@ -37,8 +38,7 @@ - diff --git a/_layouts/post.html b/_layouts/post.html index bb6ea99..f7b84e4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ layout: default