This commit is contained in:
2022-11-15 16:43:55 +02:00
parent bcbdbb38c1
commit 14eb9f2aa8
18 changed files with 73 additions and 37 deletions

View File

@@ -7,13 +7,13 @@
{% set subsections_str = section.subsections | join(sep=" ") %}
<footer class="bottom-0 mx-20">
<footer class="bottom-0">
{% if "footer/_index.md" in subsections_str %}
{%- set section = get_section(path="footer/_index.md") %}
{{ section.content | safe }}
{% else %}
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class ~ ' -mx-20'}}">
<div class="{{ footer_class }}">
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
<p class="text-center">ALL RIGHTS RESERVED 2022</p>
</div>