2015-03-02 21:06:05 +01:00
|
|
|
<footer>
|
2020-05-02 08:10:20 +02:00
|
|
|
<div class="container-md beautiful-jekyll-footer">
|
2015-03-02 21:06:05 +01:00
|
|
|
<div class="row">
|
2020-05-02 08:10:20 +02:00
|
|
|
<div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
|
2020-04-24 03:54:35 +02:00
|
|
|
{% include social-networks-links.html %}
|
2020-04-28 23:24:45 +02:00
|
|
|
{% if page.footer-extra %}
|
|
|
|
<div class="footer-custom-content">
|
2020-08-24 22:43:43 +02:00
|
|
|
{% for file in page.footer-extra %}
|
|
|
|
{% include {{ file }} %}
|
|
|
|
{% endfor %}
|
2020-04-28 23:24:45 +02:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2018-01-06 00:26:15 +01:00
|
|
|
<p class="copyright text-muted">
|
2020-04-24 02:30:01 +02:00
|
|
|
{% if site.author %}
|
2020-05-02 08:10:20 +02: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 14:50:42 +02:00
|
|
|
|
2018-01-06 00:26:15 +01:00
|
|
|
{% if site.url-pretty %}
|
2020-05-02 08:10:20 +02:00
|
|
|
•
|
2020-09-13 03:07:08 +02:00
|
|
|
<span class="author-site">
|
|
|
|
<a href="{% if site.url-canonical %}{{ site.url-canonical }}{% else %}{{ '' | absolute_url }}{% endif %}">{{ site.url-pretty }}</a>
|
|
|
|
</span>
|
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 08:31:18 +01: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-08-21 18:38:18 +02:00
|
|
|
{% unless site.remove-ads %}<p class="theme-by text-muted">
|
2020-09-04 07:17:17 +02:00
|
|
|
Powered by
|
|
|
|
<a href="https://beautifuljekyll.com">Beautiful Jekyll</a>
|
2020-08-21 18:38:18 +02:00
|
|
|
</p>{% endunless %}
|
2015-03-02 21:06:05 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|