summaryrefslogtreecommitdiff
path: root/pyssg.xyz/plt/tag.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-14 22:02:30 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-14 22:02:30 -0600
commit8461a3b8d48bc772ef449e37e5c98ffc254930fe (patch)
tree16ac0e759e6b361cd917602a25dad0bd128a8ea4 /pyssg.xyz/plt/tag.html
parentabc0de079b895af1b705894eb2b63596e3e37274 (diff)
add new files for pyssg.xyz, add multiple document support
Diffstat (limited to 'pyssg.xyz/plt/tag.html')
-rw-r--r--pyssg.xyz/plt/tag.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/pyssg.xyz/plt/tag.html b/pyssg.xyz/plt/tag.html
deleted file mode 100644
index 59cbdf1..0000000
--- a/pyssg.xyz/plt/tag.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <base href="{{config['url']['static']}}">
- <title>Posts filtered by {{tag[0]}} -- {{config['title']}}</title>
- </head>
- <body>
- <h1>Posts filtered by {{tag[0]}}</h1>
- <p>Some text here.</p>
-
- <h2>Articles</h2>
- <ul>
- {%for p in tag_pages%}
- {%if loop.previtem%}
- {%if loop.previtem.cdate_list_sep !=p.cdate_list_sep%}
- <h3>{{p.cdate_list_sep}}</h3>
- {%endif%}
- {%else%}
- <h3>{{p.cdate_list_sep}}</h3>
- {%endif%}
- <li>{{p.cdate_list}} - <a href="{{p.url}}">{{p.title}}</a></li>
- {%endfor%}
- </ul>
- </body>
-</html>