v0.1.40 홈 피드 및 문서 버전 정리

Made-with: Cursor
This commit is contained in:
2026-04-16 12:00:28 +09:00
parent 3f01b8b808
commit f839a1fba7
26 changed files with 520 additions and 235 deletions

20
tag.hbs
View File

@@ -1,15 +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>
<main class="flex-2 max-w-content">
<section class="px-5 sm:px-6 pt-4 sm:pt-5">
<div class="max-w-content mx-auto flex flex-col items-center sm:flex-row gap-4 justify-between border-b border-brd pb-4 sm:pb-5">
<div class="flex-3 flex flex-col gap-1">
<h1 class="text-lg sm:text-xl font-medium leading-tight">{{name}}</h1>
{{#if description}}
<p class="text-sm text-typ-tone max-w-lg text-balance">{{description}}</p>
{{/if}}
</div>
</div>
{{> "lists/post-feed"}}
</section>
</main>
{{/tag}}