2015-03-02 12:06:05 -08:00
|
|
|
<footer>
|
2020-05-02 02:10:20 -04:00
|
|
|
<div class="container-md beautiful-jekyll-footer">
|
2015-03-02 12:06:05 -08:00
|
|
|
<div class="row">
|
2020-05-02 02:10:20 -04:00
|
|
|
<div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
|
2020-04-24 01:54:35 +00:00
|
|
|
{% include social-networks-links.html %}
|
2020-04-28 21:24:45 +00:00
|
|
|
{% if page.footer-extra %}
|
|
|
|
<div class="footer-custom-content">
|
2020-08-24 20:43:43 +00:00
|
|
|
{% for file in page.footer-extra %}
|
|
|
|
{% include {{ file }} %}
|
|
|
|
{% endfor %}
|
2020-04-28 21:24:45 +00:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2018-01-06 00:26:15 +01:00
|
|
|
<p class="copyright text-muted">
|
2020-04-24 00:30:01 +00:00
|
|
|
{% if site.author %}
|
2020-05-02 02:10:20 -04:00
|
|
|
{{ site.author }}
|
|
|
|
•
|
2020-04-24 01:18:23 +02:00
|
|
|
{% endif %}
|
2018-01-06 00:26:15 +01:00
|
|
|
{{ site.time | date: '%Y' }}
|
2016-08-09 07:50:42 -05:00
|
|
|
|
2018-01-06 00:26:15 +01:00
|
|
|
{% if site.url-pretty %}
|
2020-05-02 02:10:20 -04:00
|
|
|
•
|
|
|
|
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
|
2018-01-06 00:26:15 +01:00
|
|
|
{% endif %}
|
2018-01-22 08:14:52 +01:00
|
|
|
|
|
|
|
{% if site.matomo %}
|
|
|
|
{% if site.matomo.opt-out %}
|
2018-01-22 02:31:18 -05:00
|
|
|
•
|
2018-01-22 08:14:52 +01:00
|
|
|
<a href="http://{{- site.matomo.uri -}}/index.php?module=CoreAdminHome&action=optOut" target="_blank" class="text_muted">Do-not-Track</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endif%}
|
2018-01-06 00:26:15 +01:00
|
|
|
</p>
|
2020-04-24 01:54:35 +00:00
|
|
|
<!-- Please don't remove this, keep my open source work credited :) -->
|
2020-08-21 12:38:18 -04:00
|
|
|
{% unless site.remove-ads %}<p class="theme-by text-muted">
|
2020-04-24 01:54:35 +00:00
|
|
|
Theme by
|
2020-04-27 19:14:09 +00:00
|
|
|
<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>
|