Octothorpes fix

This commit is contained in:
n_u
2026-08-05 14:42:19 -05:00
parent 5c25b5fdca
commit 47594ec24f
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
{% if tags and tags.includes('tagList') %}
<link rel="stylesheet" type="text/css" href="/css/tags.css" />
{% endif %}
{% if tags and tags.includes('posts') and not octothorpeExclude %}
{% if (tags and tags.includes('posts') and not octothorpeExclude) or (enableOctothorpe) %}
<!-- Octothorpes: https://docs.octothorp.es/quickstart -->
<link rel="preload" as="fetch" href="https://octothorp.es/?uri={{ page.url | htmlBaseUrl(metadata.url) }}">
{%- for tag in tags | filterTagList %}