Implement togglable site-wide woo mode

This commit is contained in:
2026-02-04 19:37:43 -06:00
parent 95106a8899
commit 5c4c547a45
8 changed files with 270 additions and 218 deletions

View File

@@ -5,6 +5,8 @@
<link rel="stylesheet" type="text/css" href="/css/index.css" />
<link rel="stylesheet" type="text/css" href="/css/webfonts/webfonts.css" />
<link rel="stylesheet" type="text/css" href="/css/code.css" />
<!-- Mochi webmentions -->
<link rel="webmention" href="https://mochi-webmentions.meadow.cafe/webmention/mochi@upchur.ch/1/receive" />
<!-- Indieweb profile links -->
{% if not excludeProfilesFromHead %}{% for link in metadata.socialLinks %}{% if not link.excludeFromHead %}<link {% if link.customAttribute %} {{ link.customAttribute | safe }} {% endif %} href="{{ link.linkURL }}" />{% endif %}{% endfor %}{% endif %}
<!-- /Indieweb profile links -->
@@ -20,5 +22,6 @@
</main>
{% include "footer.njk" %}
{% include "weather.njk" %}
{% include "wooMode.njk" %}
</body>
</html>