Cybrkyd's Git Repositories

page-with-py - commit: 5beec45

commit 5beec45dddc3def21276825a8f4019bd8d167cb4b6a6febb2900a30f63dbaee0
author cybrkyd <git@cybrkyd.com> 2026-03-12 09:33:57 +0000
committer cybrkyd <git@cybrkyd.com> 2026-03-12 09:33:57 +0000

Commit Message

Basic theme tag-single.html

📊 Diffstat

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

Diff

diff --git a/pa-py/themes/basic/tag-single.html b/pa-py/themes/basic/tag-single.html
new file mode 100644
index 0000000..1fec170
--- /dev/null
+++ b/pa-py/themes/basic/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>