From b171347f739b2ada7960ad50bcba47e898d890d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 4 Jun 2021 23:50:58 -0600 Subject: reflect changes on updated pyssg using jinja templates --- blog/plt/base.html | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 blog/plt/base.html (limited to 'blog/plt/base.html') diff --git a/blog/plt/base.html b/blog/plt/base.html new file mode 100644 index 0000000..9919829 --- /dev/null +++ b/blog/plt/base.html @@ -0,0 +1,108 @@ + +{%if page is defined%} + +{%else%} + +{%endif%} + + + + + {%if page is defined%} + {{page.title}} -- {{site_title}} + {%elif tag is defined%} + Posts filtered by {{tag[0]}} -- {{site_title}} + {%else%} + Index -- {{site_title}} + {%endif%} + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+
+ +
+ {%block content%}{%endblock content%} +
+ + + + -- cgit v1.2.3-54-g00ecf