Fix prettier complaints

This commit is contained in:
George 2024-12-02 15:45:38 -03:00 committed by GitHub
parent 7c22e4800a
commit a09f15fd99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@
{%- elsif p.permalink contains '/blog/' -%} {%- elsif p.permalink contains '/blog/' -%}
{%- assign url = '/blog/' -%} {%- assign url = '/blog/' -%}
{%- else -%} {%- else -%}
{%- assign url = p['url'] -%} {%- assign url = p.url -%}
{%- endif %} {%- endif %}
<a class="nav-link" href="{{ url | relative_url }}"> <a class="nav-link" href="{{ url | relative_url }}">
{{- p.title }} {{- p.title }}