From f00fdab7a228f8443fedc3f321a52c76ee7a8a4b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 28 Apr 2022 17:58:27 -0700 Subject: [PATCH] Put the post date in its own
below the heading in the blog listing --- layouts/_default/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 94370ec..af7074d 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -19,7 +19,9 @@
  • {{ .Title }}

    - + {{ partial "development/draft_tag.html" . }}
    {{ if .Description }}