Fix prettier complaints
This commit is contained in:
parent
7c22e4800a
commit
a09f15fd99
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user