Skip to content

Commit

Permalink
Merge branch 'alshedivat:main' into Linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyezuhk authored Dec 2, 2024
2 parents 2d14455 + a09f15f commit 3b4c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{%- elsif p.permalink contains '/blog/' -%}
{%- assign url = '/blog/' -%}
{%- else -%}
{%- assign url = p['url'] -%}
{%- assign url = p.url -%}
{%- endif %}
<a class="nav-link" href="{{ url | relative_url }}">
{{- p.title }}
Expand Down

0 comments on commit 3b4c1ea

Please sign in to comment.