summaryrefslogtreecommitdiff
path: root/blog/src/templates/tag
diff options
context:
space:
mode:
Diffstat (limited to 'blog/src/templates/tag')
-rw-r--r--blog/src/templates/tag/footer.html0
-rw-r--r--blog/src/templates/tag/header.html1
-rw-r--r--blog/src/templates/tag/list_entry.html1
-rw-r--r--blog/src/templates/tag/list_footer.html1
-rw-r--r--blog/src/templates/tag/list_header.html1
-rw-r--r--blog/src/templates/tag/list_separator.html1
6 files changed, 5 insertions, 0 deletions
diff --git a/blog/src/templates/tag/footer.html b/blog/src/templates/tag/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/blog/src/templates/tag/footer.html
diff --git a/blog/src/templates/tag/header.html b/blog/src/templates/tag/header.html
new file mode 100644
index 0000000..48793fb
--- /dev/null
+++ b/blog/src/templates/tag/header.html
@@ -0,0 +1 @@
+<h1>Posts filtered by: $$NAME</h1>
diff --git a/blog/src/templates/tag/list_entry.html b/blog/src/templates/tag/list_entry.html
new file mode 100644
index 0000000..3a7aaad
--- /dev/null
+++ b/blog/src/templates/tag/list_entry.html
@@ -0,0 +1 @@
+<a href="$$URL">$$NAME</a> \ No newline at end of file
diff --git a/blog/src/templates/tag/list_footer.html b/blog/src/templates/tag/list_footer.html
new file mode 100644
index 0000000..8ce77e5
--- /dev/null
+++ b/blog/src/templates/tag/list_footer.html
@@ -0,0 +1 @@
+</p>
diff --git a/blog/src/templates/tag/list_header.html b/blog/src/templates/tag/list_header.html
new file mode 100644
index 0000000..d12f767
--- /dev/null
+++ b/blog/src/templates/tag/list_header.html
@@ -0,0 +1 @@
+ <p>Tags:
diff --git a/blog/src/templates/tag/list_separator.html b/blog/src/templates/tag/list_separator.html
new file mode 100644
index 0000000..c3a6e48
--- /dev/null
+++ b/blog/src/templates/tag/list_separator.html
@@ -0,0 +1 @@
+, \ No newline at end of file