♻️ refactor: improve spacing and indentation

This commit is contained in:
welpo
2023-03-06 00:20:31 +01:00
parent 4b18391c18
commit dceceff5fd
11 changed files with 35 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
{% macro page_desc(desc, page) %}
<div id="banner-container-home">
<div id="home-banner-text">
<div class="home-banner-header">{{ desc.title }}</div>
@@ -10,4 +11,5 @@
<img alt="the owner" class="banner-home-img" src={{ desc.img | replace(from="$BASE_URL", to=config.base_url) | safe}} />
</div>
</div>
{% endmacro %}