From d8153a70dccc678d854ee0ff55bebe71f7c4417a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 17 May 2021 16:18:29 -0600 Subject: new blogging system pyssg --- blog/src/templates/common/footer.html | 23 +++++++++++++ blog/src/templates/common/header.html | 63 +++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 blog/src/templates/common/footer.html create mode 100644 blog/src/templates/common/header.html (limited to 'blog/src/templates/common') diff --git a/blog/src/templates/common/footer.html b/blog/src/templates/common/footer.html new file mode 100644 index 0000000..1c1344e --- /dev/null +++ b/blog/src/templates/common/footer.html @@ -0,0 +1,23 @@ + + + + + diff --git a/blog/src/templates/common/header.html b/blog/src/templates/common/header.html new file mode 100644 index 0000000..b7bcf9c --- /dev/null +++ b/blog/src/templates/common/header.html @@ -0,0 +1,63 @@ + + + + + + $$TITLE -- Luévano's Blog + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+
+ +
-- cgit v1.2.3-70-g09d2