Skip to content

Commit

Permalink
Fix prettier complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored Dec 2, 2024
1 parent 7c22e48 commit a09f15f
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 a09f15f

Please sign in to comment.