From 8461a3b8d48bc772ef449e37e5c98ffc254930fe Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 14 Dec 2022 22:02:30 -0600 Subject: add new files for pyssg.xyz, add multiple document support --- pyssg.xyz/plt/page.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pyssg.xyz/plt/page.html (limited to 'pyssg.xyz/plt/page.html') diff --git a/pyssg.xyz/plt/page.html b/pyssg.xyz/plt/page.html deleted file mode 100644 index d7f5e43..0000000 --- a/pyssg.xyz/plt/page.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - {{page.title}} -- {{config['title']}} - - -

{{page.title}}

-

By {{page.author}}

-

Created: {{page.cdate}}

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

Modified: {{page.mdate}}

- {%endif%} - - {{page.content}} - -

Tags: - {%for t in page.tags%} - {{t[0]}}{{", " if not loop.last else ""}} - {%endfor%} -

- - - -- cgit v1.2.3-54-g00ecf