Redesigned footer template

This commit is contained in:
pmoreno.rodriguez 2023-09-29 13:59:11 +02:00
parent 9fc9ccf788
commit 4feeb1531a

View file

@ -1,3 +1,14 @@
<!-- About -->
{% if theme_config.footer.title or theme_config.footer.description %}
<section class="blurb">
<h2>{{theme_config.footer.title}}</h2>
<p>{{theme_config.footer.description}}</p>
<ul class="actions {% if show_sidebar == false %}special{% endif %}">
<li><a href="{{theme_config.footer.button_url}}" class="button" aria-label="{{theme_config.footer.title}}">{{theme_config.footer.button_text}}</a></li>
</ul>
</section>
{% endif %}
<!-- Social links and Copyright -->
<section id="footer">
{% if theme_var('enable_social') %}