feat: add tags endpoint
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
A src/views/tag.html
@@ -0,0 +1,3 @@ +{% for post in posts %} + {{ post.data.get('title') }} +{% endfor %}