Octothorpes fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user