From e078c5e607025a89c970233005d053eda5a4f3f8 Mon Sep 17 00:00:00 2001 From: Kale Date: Tue, 8 Jun 2021 10:41:01 -0700 Subject: [PATCH] Update '_layouts/post.html' --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 97843b2..372f83d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ layout: default

{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

- {{ page.date | date: date_format }} | {{ minutes }} minute read + {{ page.date | date: date_format }} /// {{ minutes }} minute read {%- if page.modified_date -%} ~