mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Redesigned footer template
This commit is contained in:
parent
9fc9ccf788
commit
4feeb1531a
1 changed files with 11 additions and 0 deletions
|
@ -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 -->
|
<!-- Social links and Copyright -->
|
||||||
<section id="footer">
|
<section id="footer">
|
||||||
{% if theme_var('enable_social') %}
|
{% if theme_var('enable_social') %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue