Skip to content

Commit

Permalink
fix: whitespace control
Browse files Browse the repository at this point in the history
  • Loading branch information
AlliotTech authored Oct 16, 2024
1 parent e0de48c commit 26c1ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_partials/head/head-unique.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
{%- set canonical = canonical | replace(r/\.html$/, '') %}
{%- endif %}
<link rel="canonical" href="{{ canonical }}">
{% if page.noindex %}
{%- if page.noindex %}
<meta name="robots" content="noindex"/>
{% endif %}
{%- endif %}
{# Exports some front-matter variables to Front-End #}
{# https://hexo.io/docs/variables.html #}
{{ next_data('page', next_config_unique()) }}
Expand Down

0 comments on commit 26c1ddd

Please sign in to comment.