v0.1.1 테마 구성 및 레이아웃 수정

This commit is contained in:
2026-04-13 10:35:20 +09:00
commit 890b3c1902
31 changed files with 1813 additions and 0 deletions

15
tag.hbs Normal file
View File

@@ -0,0 +1,15 @@
{{!< default}}
{{#tag}}
<main class="content-area">
<section class="stack-section">
<header class="section-header">
<h1 class="section-title">{{name}}</h1>
{{#if description}}
<p class="section-description">{{description}}</p>
{{/if}}
</header>
{{> "lists/post-feed"}}
</section>
</main>
{{/tag}}