💄 feat: change markdown description style

This commit is contained in:
serginogal
2023-02-07 00:03:08 +09:00
parent c6ec7c7505
commit c29697c421
3 changed files with 12 additions and 15 deletions

View File

@@ -6,11 +6,9 @@
{% endif -%}
{%- if section.extra.desc %}
{{ post_macros::page_desc(desc=section.extra.desc) }}
{{ post_macros::page_desc(desc=section.extra.desc, page=section) }}
{% endif -%}
{{ post_macros::index_content(page=section) }}
<main class="list">
<div class="title-container">
{{ post_macros::page_header(title=section.title) }}