add YAML option footer-extra

This commit is contained in:
Dean Attali 2020-04-28 21:24:45 +00:00
parent f012084123
commit bd1f95de23
4 changed files with 17 additions and 0 deletions

View file

@ -3,6 +3,11 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{% include social-networks-links.html %}
{% if page.footer-extra %}
<div class="footer-custom-content">
{% include {{ page.footer-extra }} %}
</div>
{% endif %}
<p class="copyright text-muted">
{% if site.author %}
{{ site.author }}