From 48cabe1df739d1452e7ecc5164122a067157b057 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 27 Dec 2022 02:59:59 -0600 Subject: add extra method for date conversions --- pyssg.xyz/plt/blog/index.html | 8 ++++---- pyssg.xyz/plt/blog/page.html | 4 ++-- pyssg.xyz/plt/blog/tag.html | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'pyssg.xyz/plt/blog') diff --git a/pyssg.xyz/plt/blog/index.html b/pyssg.xyz/plt/blog/index.html index 057cd79..c9b13c2 100644 --- a/pyssg.xyz/plt/blog/index.html +++ b/pyssg.xyz/plt/blog/index.html @@ -48,13 +48,13 @@ {%endblock body_content%} diff --git a/pyssg.xyz/plt/blog/page.html b/pyssg.xyz/plt/blog/page.html index 06746ba..510129b 100644 --- a/pyssg.xyz/plt/blog/page.html +++ b/pyssg.xyz/plt/blog/page.html @@ -38,9 +38,9 @@

{{page.title}}

By {{', '.join(page.author)}}

-

Created: {{page.cdatetime.strftime(config['fmt']['date'])}}

+

Created: {{page.cdate('date')}}

{%if page.mdatetime is not none%} -

Modified: {{page.mdatetime.strftime(config['fmt']['date'])}}

+

Modified: {{page.mdate('date')}}

{%endif%} {{page.content}} diff --git a/pyssg.xyz/plt/blog/tag.html b/pyssg.xyz/plt/blog/tag.html index 5b05d7f..0a26882 100644 --- a/pyssg.xyz/plt/blog/tag.html +++ b/pyssg.xyz/plt/blog/tag.html @@ -42,13 +42,13 @@ {%endblock body_content%} -- cgit v1.2.3-54-g00ecf