From 135c6380ad381762c89276bed4b8736e235529ff Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Fri, 4 Jun 2021 22:18:12 -0600 Subject: move plt dir to be included in data --- plt/tag.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 plt/tag.html (limited to 'plt/tag.html') diff --git a/plt/tag.html b/plt/tag.html deleted file mode 100644 index 2fdc27b..0000000 --- a/plt/tag.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <base href="{{site_base_static_url}}"> - <title>Posts filtered by {{tag[0]}} -- {{site_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> -- cgit v1.2.3-70-g09d2