summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml1
-rw-r--r--_includes/post_header.html1
2 files changed, 1 insertions, 1 deletions
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" -%}
<div class="container">
<h1>{{ page.title }}</h1>
<h4 class="post-description">{{ page.description }}</h4>