Fixed bug in header
This commit is contained in:
parent
b0d70d4dd6
commit
7c22e4800a
@ -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