Fixed bug in header

This commit is contained in:
George 2024-11-29 00:09:29 -03:00 committed by GitHub
parent b0d70d4dd6
commit 7c22e4800a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}