summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/tag
diff options
context:
space:
mode:
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, 7 insertions, 0 deletions
diff --git a/blog/old_newer/src/templates/tag/footer.html b/blog/old_newer/src/templates/tag/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/footer.html
diff --git a/blog/old_newer/src/templates/tag/header.html b/blog/old_newer/src/templates/tag/header.html
new file mode 100644
index 0000000..48793fb
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/header.html
@@ -0,0 +1 @@
+<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
new file mode 100644
index 0000000..3a7aaad
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/list_entry.html
@@ -0,0 +1 @@
+<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
new file mode 100644
index 0000000..a1a9917
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/list_footer.html
@@ -0,0 +1,2 @@
+</p>
+</div>
diff --git a/blog/old_newer/src/templates/tag/list_header.html b/blog/old_newer/src/templates/tag/list_header.html
new file mode 100644
index 0000000..af11130
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/list_header.html
@@ -0,0 +1,2 @@
+<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
new file mode 100644
index 0000000..c3a6e48
--- /dev/null
+++ b/blog/old_newer/src/templates/tag/list_separator.html
@@ -0,0 +1 @@
+, \ No newline at end of file