blog/_includes/footer.html

18 lines
788 B
HTML
Raw Permalink Normal View History

<footer class="footer">
{%- if page.is_404 != true -%}
<br>
{% include isso.html %}
<br>
{%- endif -%}
<nav aria-label="Secondary">
<a href="{{ site.website.source }}" title="Content">Content</a> |
<a href="{{ site.website.license.url }}" title="{{ site.website.license.name | escape }}">{{ site.website.license.name }}</a> |
Updated <b>{{ site.time | date: '%F' }}</b> |
&copy; {{ site.time | date: '%Y' }} {{ site.author.name }} |
{% if site.author.buymeacoffee %}
<a href="{{ site.author.buymeacoffee.url }}" title="{{ site.author.buymeacoffee.message | escape }}">{{ site.author.buymeacoffee.message }}</a> |
{% endif %}
<a rel="me" href="{{ site.author.social.mastodon }}">Mastodon</a>
</nav>
</footer>