42 lines
1.3 KiB
HTML
Raw Normal View History

2015-03-02 12:06:05 -08:00
<footer>
<div class="container-md beautiful-jekyll-footer">
2015-03-02 12:06:05 -08:00
<div class="row">
<div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
{% include social-networks-links.html %}
2020-04-28 21:24:45 +00:00
{% if page.footer-extra %}
<div class="footer-custom-content">
{% for file in page.footer-extra %}
{% include {{ file }} %}
{% endfor %}
2020-04-28 21:24:45 +00:00
</div>
{% endif %}
<p class="copyright text-muted">
2020-04-24 00:30:01 +00:00
{% if site.author %}
{{ site.author }}
&nbsp;&bull;&nbsp;
{% endif %}
{{ site.time | date: '%Y' }}
2016-08-09 07:50:42 -05:00
{% if site.url-pretty %}
&nbsp;&bull;&nbsp;
2020-09-12 21:07:08 -04:00
<span class="author-site">
<a href="{% if site.url-canonical %}{{ site.url-canonical }}{% else %}{{ '' | absolute_url }}{% endif %}">{{ site.url-pretty }}</a>
</span>
{% endif %}
{% if site.matomo %}
{% if site.matomo.opt-out %}
2018-01-22 02:31:18 -05:00
&nbsp;&bull;&nbsp;
<a href="http://{{- site.matomo.uri -}}/index.php?module=CoreAdminHome&action=optOut" target="_blank" class="text_muted">Do-not-Track</a>
{% endif %}
{% endif%}
</p>
2020-08-21 12:38:18 -04:00
{% unless site.remove-ads %}<p class="theme-by text-muted">
2020-09-04 01:17:17 -04:00
Powered by
<a href="https://beautifuljekyll.com">Beautiful Jekyll</a>
2020-08-21 12:38:18 -04:00
</p>{% endunless %}
2015-03-02 12:06:05 -08:00
</div>
</div>
</div>
</footer>