💄 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

@@ -60,28 +60,25 @@
<h2>
{{ title }}
</h2>
{% endmacro content %}
{% endmacro page_header %}
{% macro page_desc(desc) %}
{% macro page_desc(desc, page) %}
<div id="banner-container-home">
<div id="home-banner-text">
<h1>
{{ desc.title }}
{{ desc.title }}
</h1>
<p id="banner-home-subtitle">{{ desc.text }}</p>
<section id="banner-home-subtitle">
{{ page.content | safe }}
</section>
</div>
<div class="image-container-home">
<img alt="the owner" class="banner-home-img" src="{{ desc.img }}" />
<img alt="the owner" class="banner-home-img" src="{{ desc.img }}" />
</div>
</div>
{% endmacro content %}
{% endmacro page_desc %}
{% macro index_content(page) %}
<section class="body">
{{ page.content | safe }}
</section>
{% endmacro content %}
{% macro content(page) %}
<main>