forked from deepStateMirrors/tabi
💄 feat: change markdown description style
This commit is contained in:
parent
c6ec7c7505
commit
c29697c421
3 changed files with 12 additions and 15 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue