summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/tag
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /blog/old_newer/src/templates/tag
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'blog/old_newer/src/templates/tag')
-rw-r--r--blog/old_newer/src/templates/tag/footer.html0
-rw-r--r--blog/old_newer/src/templates/tag/header.html1
-rw-r--r--blog/old_newer/src/templates/tag/list_entry.html1
-rw-r--r--blog/old_newer/src/templates/tag/list_footer.html2
-rw-r--r--blog/old_newer/src/templates/tag/list_header.html2
-rw-r--r--blog/old_newer/src/templates/tag/list_separator.html1
6 files changed, 0 insertions, 7 deletions
diff --git a/blog/old_newer/src/templates/tag/footer.html b/blog/old_newer/src/templates/tag/footer.html
deleted file mode 100644
index e69de29..0000000
--- a/blog/old_newer/src/templates/tag/footer.html
+++ /dev/null
diff --git a/blog/old_newer/src/templates/tag/header.html b/blog/old_newer/src/templates/tag/header.html
deleted file mode 100644
index 48793fb..0000000
--- a/blog/old_newer/src/templates/tag/header.html
+++ /dev/null
@@ -1 +0,0 @@
-<h1>Posts filtered by: $$NAME</h1>
diff --git a/blog/old_newer/src/templates/tag/list_entry.html b/blog/old_newer/src/templates/tag/list_entry.html
deleted file mode 100644
index 3a7aaad..0000000
--- a/blog/old_newer/src/templates/tag/list_entry.html
+++ /dev/null
@@ -1 +0,0 @@
-<a href="$$URL">$$NAME</a> \ No newline at end of file
diff --git a/blog/old_newer/src/templates/tag/list_footer.html b/blog/old_newer/src/templates/tag/list_footer.html
deleted file mode 100644
index a1a9917..0000000
--- a/blog/old_newer/src/templates/tag/list_footer.html
+++ /dev/null
@@ -1,2 +0,0 @@
-</p>
-</div>
diff --git a/blog/old_newer/src/templates/tag/list_header.html b/blog/old_newer/src/templates/tag/list_header.html
deleted file mode 100644
index af11130..0000000
--- a/blog/old_newer/src/templates/tag/list_header.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<div class="article-tags">
- <p>Tags:
diff --git a/blog/old_newer/src/templates/tag/list_separator.html b/blog/old_newer/src/templates/tag/list_separator.html
deleted file mode 100644
index c3a6e48..0000000
--- a/blog/old_newer/src/templates/tag/list_separator.html
+++ /dev/null
@@ -1 +0,0 @@
-, \ No newline at end of file