summaryrefslogtreecommitdiffstats
path: root/templates/tag.html
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-11 02:38:39 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-11 02:38:39 +0100
commit3a1d7848cb3ceb122b573737b4fba8106792ab5d (patch)
tree6fb0101f38ecd8d3e4fcae79dc96a01d24468951 /templates/tag.html
downloadinfoculture.pub-3a1d7848cb3ceb122b573737b4fba8106792ab5d.tar.gz
infoculture.pub-3a1d7848cb3ceb122b573737b4fba8106792ab5d.tar.bz2
infoculture.pub-3a1d7848cb3ceb122b573737b4fba8106792ab5d.zip
initial commit
Diffstat (limited to 'templates/tag.html')
-rw-r--r--templates/tag.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/tag.html b/templates/tag.html
new file mode 100644
index 0000000..3909f17
--- /dev/null
+++ b/templates/tag.html
@@ -0,0 +1,4 @@
+<main role="main" class="panel">
+ <h3>$title$</h3>
+ $partial("templates/post-list.html")$
+</main> \ No newline at end of file