beautifulSA-jekyll/_includes/footer.html

39 lines
1.2 KiB
HTML
Raw Normal View History

2015-03-02 21:06:05 +01:00
<footer>
2015-09-08 12:08:13 +02:00
<div class="container beautiful-jekyll-footer">
2015-03-02 21:06:05 +01:00
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{% include social-networks-links.html %}
2020-04-28 23:24:45 +02:00
{% if page.footer-extra %}
<div class="footer-custom-content">
{% include {{ page.footer-extra }} %}
</div>
{% endif %}
<p class="copyright text-muted">
2020-04-24 02:30:01 +02:00
{% if site.author %}
{{ site.author }}
&nbsp;&bull;&nbsp;
{% endif %}
{{ site.time | date: '%Y' }}
2016-08-09 14:50:42 +02:00
{% if site.url-pretty %}
&nbsp;&bull;&nbsp;
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
{% endif %}
{% if site.matomo %}
{% if site.matomo.opt-out %}
2018-01-22 08:31:18 +01: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>
<!-- Please don't remove this, keep my open source work credited :) -->
<p class="theme-by text-muted">
Theme by
<a href="https://beautifuljekyll.com">beautiful-jekyll</a>
</p>
2015-03-02 21:06:05 +01:00
</div>
</div>
</div>
</footer>