Skip to content

Commit 8c2a41f

Browse files
committed
post에서 page description 출력하는거 삭제
1 parent 30f0316 commit 8c2a41f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_layouts/post.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<article class="px-1" data-toc="{{ enable_toc }}">
1818
<header>
1919
<h1 data-toc-skip>{{ page.title }}</h1>
20-
{% if page.description %}
21-
<p class="post-desc fw-light mb-4">{{ page.description }}</p>
22-
{% endif %}
2320

2421
<div class="post-meta text-muted">
2522
<!-- published date -->

0 commit comments

Comments
 (0)