11ty-theme/src/_includes/partials/footer.html
2023-06-23 21:09:42 +02:00

13 lines
638 B
HTML

<footer>
<div>
<ul class="list-inline">
<li><a href="{{ site.socials.github }}" target="_blank">{% include "partials/icons/github.html" %}<span class="sr-only">Github</span></a></li>
<li><a href="{{ site.url }}/{{ site.feed }}">{% include "partials/icons/rss.html" %}<span class="sr-only">RSS Feed</span></a></li>
<li>{% include "partials/theme-toggle.html" %}</li>
</ul>
</div>
<div></div>
<div>
<p><small>{{Term.Site.Footer.createdWith}} <a href="https://www.11ty.dev/" rel="nofollow">11ty</a> ⚬ {{Term.Site.Footer.lastDeployment}} {{ site.buildTime | toFullDate }}</small></p>
</div>
</footer>