34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<footer>
|
|
<div class="container beautiful-jekyll-footer">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
{% include social-networks-links.html %}
|
|
<p class="copyright text-muted">
|
|
{% if site.author %}
|
|
{{ site.author }}
|
|
•
|
|
{% endif %}
|
|
{{ site.time | date: '%Y' }}
|
|
|
|
{% if site.url-pretty %}
|
|
•
|
|
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
|
|
{% endif %}
|
|
|
|
{% if site.matomo %}
|
|
{% if site.matomo.opt-out %}
|
|
•
|
|
<a href="http://{{- site.matomo.uri -}}/index.php?module=CoreAdminHome&action=optOut" target="_blank" class="text_muted">Do-not-Track</a>
|
|
{% endif %}
|
|
{% endif%}
|
|
</p>
|
|
<!-- Please don't remove this, keep my open source work credited :) -->
|
|
<p class="theme-by text-muted">
|
|
Theme by
|
|
<a href="https://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|