summaryrefslogtreecommitdiff
path: root/blog/src/templates/tag
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
commitd8153a70dccc678d854ee0ff55bebe71f7c4417a (patch)
tree0ad3ed83a8471c23f0fed3524d966f7777338aa4 /blog/src/templates/tag
parentb70a8013e3ea900e9a41e9660ed776dbcc52ec6e (diff)
new blogging system pyssg
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