Cybrkyd's Git Repositories

page-with-py - commit: 432b848

commit 432b84815db35d828f811db9a05108d787ab89c0196fa6b817a00397cdbd60db
author cybrkyd <git@cybrkyd.com> 2026-03-12 09:37:13 +0000
committer cybrkyd <git@cybrkyd.com> 2026-03-12 09:37:13 +0000

Commit Message

Koala theme tag-single.html

📊 Diffstat

pa-py/themes/koala/tag-single.html 9
1 files changed, 9 insertions(+), 0 deletions(-)

Diff

diff --git a/pa-py/themes/koala/tag-single.html b/pa-py/themes/koala/tag-single.html
new file mode 100644
index 0000000..1fec170
--- /dev/null
+++ b/pa-py/themes/koala/tag-single.html
@@ -0,0 +1,9 @@
+ <main class="list-page">
+ <h1>{title}</h1>
+
+ <ul class="post-list">
+ {% for post in posts %}
+ <li><a href="{post.url}">{post.title}</a></li>
+ {% endfor %}
+ </ul>
+ </main>