From 403bcd7509498638b6e34d38eb29e1c3620917c9 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 6 Jun 2021 12:56:44 -0600 Subject: finish base art page and upload first post --- art/plt/page.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'art/plt/page.html') diff --git a/art/plt/page.html b/art/plt/page.html index dbb2734..55a0c90 100644 --- a/art/plt/page.html +++ b/art/plt/page.html @@ -14,15 +14,19 @@ {%block content%}

{{page.title}}

+ + {{page.summary}} + + {{page.content}} + {%import "art_nav.html" as art_nav%} + {{art_nav.print(page, config)}} +
-
-

By {{page.author}}

-

Created: {{page.cdate}}

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

Modified: {{page.mdate}}

- {%endif%} +
+

By: {{page.author}}

+

Posted: {{page.cdate}}

{%import "tag_list.html" as tag_list%} {{tag_list.print(page.tags)}}
-- cgit v1.2.3-54-g00ecf