Move theme toggler

This commit is contained in:
TheThomaas 2023-06-18 22:06:43 +02:00
parent 34602a1ba7
commit 2a3efb9271

View file

@ -3,12 +3,11 @@
<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>
<div>
{% include "partials/theme-toggle.html" %}
</div>
</footer>