Fixed bug in header
This commit is contained in:
parent
b0d70d4dd6
commit
7c22e4800a
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user