Compare commits
2 commits
e7adf3c0bb
...
2a3efb9271
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a3efb9271 | ||
|
|
34602a1ba7 |
|
|
@ -3,12 +3,11 @@
|
||||||
<ul class="list-inline">
|
<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.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><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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<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>
|
<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>
|
||||||
<div>
|
|
||||||
{% include "partials/theme-toggle.html" %}
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -61,7 +61,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
{% fetch "https://cdn.jsdelivr.net/npm/theme-toggles@4.10.1/css/around.min.css", "css" %}
|
{% if site.theme == "auto" %}
|
||||||
|
{% fetch "https://cdn.jsdelivr.net/npm/theme-toggles@4.10.1/css/around.min.css", "css" %}
|
||||||
|
{% endif %}
|
||||||
{% include "css/critical.css" %}
|
{% include "css/critical.css" %}
|
||||||
</style>
|
</style>
|
||||||
{# Add facility for pages to delare an array of critical styles #}
|
{# Add facility for pages to delare an array of critical styles #}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue