v0.2.11: 커스텀 공유 모달과 레이아웃 수정 반영

Made-with: Cursor
This commit is contained in:
2026-04-17 16:14:34 +09:00
parent 8bbb2c73f1
commit 12a1c450ae
13 changed files with 435 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
<section class="px-5 sm:px-6 py-4" data-home-featured>
<section class="px-4 sm:px-5 lg:px-6 py-4" data-home-featured>
<div class="max-w-content mx-auto">
{{#get "posts" filter="featured:true" limit="12" include="authors,tags"}}
{{#if posts}}
@@ -50,7 +50,7 @@
</div>
</section>
<section class="px-5 sm:px-6 py-4" data-home-latest>
<section class="px-4 sm:px-5 lg:px-6 py-4 " data-home-latest>
<div class="max-w-content mx-auto">
<div class="flex gap-2 items-end justify-between border-b border-brd pb-2">
<h2 class="text-sm uppercase font-medium text-typ-tone">Latest</h2>