From 74068db254fd777b1759384cfe1ad0e1212d90ef Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 13 Dec 2022 11:46:08 -0800 Subject: [PATCH] make copyright date the posted date really should include created as well, but that would make things more complicated, or maybe have a header that overrides the copyright year.. --- layout/blog.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/blog.j2 b/layout/blog.j2 index 38a0798..6fa78f9 100644 --- a/layout/blog.j2 +++ b/layout/blog.j2 @@ -55,4 +55,4 @@ {%- endblock %} -{% block copyright -%}Copyright © {{ resource.meta.created|date_format("%Y") }} John-Mark Gurney{%- endblock %} +{% block copyright -%}Copyright © {{ resource.meta.posted|date_format("%Y") }} John-Mark Gurney{%- endblock %}