home updated

This commit is contained in:
2023-08-16 11:06:42 +03:00
parent d82b3936d6
commit 0819477b89
5 changed files with 59 additions and 31 deletions

View File

@@ -6,8 +6,9 @@
{%- set section = get_section(path="_index.md") %}
{% set subsections_str = section.subsections | join(sep=" ") %}
<footer class="bottom-0 mx-20">
<div class="bg-gray-200">
<div class="container mx-auto">
<footer class="bottom-0">
{% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }}
@@ -17,4 +18,6 @@
<img src="{{get_url(path='images/footer.png')}}" class="w-60" alt="">
{% endif %}
</footer>
</footer>
</div>
</div>