2015-03-02 21:06:05 +01:00
|
|
|
<footer class="footer-min">
|
|
|
|
<div class="text-muted">
|
2020-05-02 08:10:20 +02:00
|
|
|
{% if site.author %}
|
|
|
|
{{ site.author }}
|
|
|
|
•
|
|
|
|
{% endif %}
|
|
|
|
{% if page.date %}
|
|
|
|
{{ page.date }}
|
|
|
|
{% else %}
|
|
|
|
{{ site.time | date: '%Y' }}
|
|
|
|
{% endif %}
|
2019-06-21 09:48:52 +02:00
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
{% if site.url-pretty %}
|
2020-05-02 08:10:20 +02:00
|
|
|
•
|
|
|
|
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
|
2019-06-21 09:48:52 +02:00
|
|
|
{% endif %}
|
2015-03-02 21:06:05 +01:00
|
|
|
</div>
|
2020-04-24 01:18:23 +02:00
|
|
|
</footer>
|