diff options
Diffstat (limited to 'templates/tag.html')
-rw-r--r-- | templates/tag.html | 4 |
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 |