13 lines
324 B
HTML
13 lines
324 B
HTML
<footer class="footer-min">
|
|
<div class="text-muted">
|
|
{{ site.author.name }}
|
|
•
|
|
{% if page.date %}
|
|
{{ page.date }}
|
|
{% else %}
|
|
{{ site.time | date: '%Y' }}
|
|
{% endif %}
|
|
•
|
|
<a href="{{ site.url }}" target="_blank">{{ site.url-short }}</a>
|
|
</div>
|
|
</footer> |