From 939a2a4bb39035c92aeee0af52ff3c456a202d2f Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 9 Feb 2020 21:44:38 -0600 Subject: Fix missing date format in post header --- _config.yml | 1 - _includes/post_header.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f130a12..37a16ee 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,6 @@ plugins: texture: style: black showNav: true - date_format: "%b %-d, %Y" # Exclude from processing. # The following items will not be processed, by default. diff --git a/_includes/post_header.html b/_includes/post_header.html index c7e185f..e7bdae5 100644 --- a/_includes/post_header.html +++ b/_includes/post_header.html @@ -1,3 +1,4 @@ +{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

{{ page.title }}

{{ page.description }}

-- cgit v1.2.3