13 lines
638 B
HTML
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> |