From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- art/plt/index.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 art/plt/index.html (limited to 'art/plt/index.html') diff --git a/art/plt/index.html b/art/plt/index.html deleted file mode 100644 index 03bfbc3..0000000 --- a/art/plt/index.html +++ /dev/null @@ -1,31 +0,0 @@ -{%extends "base.html"%} -{%block html_lang%}en{%endblock html_lang%} -{%block head_title%}Index{%endblock head_title%} -{%block head_description%}My personal space where I post all my drawings, sketches and more art related stuff.{%endblock head_description%} -{%block head_og%} - - - - - - - -{%endblock head_og%} -{%block content%} -

Index -- {{config.get("info", "title")}}

- -

- Here is where I will post all of my drawings, sketches and more art related stuff. Right now this is managed similar to the blog, but more "gallery" oriented. The structure is kind of a 3-level zoom, where you see all the images in this index (or on a tag index), then you see the whole image in its separate link with additional information and then you can see the raw image itself. -

- -

- Get the RSS feed: {{config.get("url", "main")}}/rss.xml -

- - {%import "tag_list.html" as tag_list%} - {{tag_list.print(all_tags)}} - - {%import "page_list.html" as page_list%} - {{page_list.print(all_pages)}} - -{%endblock content%} -- cgit v1.2.3-54-g00ecf