From ec2aa74d36670d74c153aa0022ab22e79502a061 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 2 May 2023 01:33:25 -0600 Subject: update to new version of pyssg --- plt/blog/page.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plt/blog/page.html') diff --git a/plt/blog/page.html b/plt/blog/page.html index 71b4cfe..40a98e2 100644 --- a/plt/blog/page.html +++ b/plt/blog/page.html @@ -22,12 +22,12 @@ {%block head_extra%} {%import "highlightjs.html" as hljs%} -{{hljs.print()}} +{{hljs.print(config)}} {%endblock head_extra%} {%block gdscript_hl%} - + {%endblock gdscript_hl%} {%block head_og%} @@ -60,9 +60,9 @@

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

-

Created: {{page.cdate}}

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

Modified: {{page.mdate}}

+

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

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

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

{%endif%} {%import "tag_list.html" as tag_list%} {{tag_list.print(page.tags, "article-tags")}} -- cgit v1.2.3-70-g09d2