summary refs log tree commit diff stats
path: root/src/views/tag.html
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 14:12:25 +0200
committerAlan Pearce2017-06-18 14:12:25 +0200
commit1f2a6245ab1e503dee017ab617aaeda816ecb383 (patch)
treeb8aa5820fa5661b652f5f55a9a1e48f9824241eb /src/views/tag.html
parent69af7f12ec17f0aba65b0e23ef4045ee28f2dac8 (diff)
downloadhomestead-1f2a6245ab1e503dee017ab617aaeda816ecb383.tar.lz
homestead-1f2a6245ab1e503dee017ab617aaeda816ecb383.tar.zst
homestead-1f2a6245ab1e503dee017ab617aaeda816ecb383.zip
feat: add tags endpoint
Diffstat (limited to 'src/views/tag.html')
-rw-r--r--src/views/tag.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/tag.html b/src/views/tag.html
new file mode 100644
index 0000000..7ff9871
--- /dev/null
+++ b/src/views/tag.html
@@ -0,0 +1,3 @@
+{% for post in posts %}
+  {{ post.data.get('title') }}
+{% endfor %}