Expand URL
This commit is contained in:
parent
102d83f78d
commit
eb29209c24
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
{% for p in site.pages %}
|
{% for p in site.pages %}
|
||||||
{% if p.url == item_url %}
|
{% if p.url == item_url %}
|
||||||
<li class="{{ c }}"><a href="{{ p.url }}">{{ p.title }}</a></li>
|
<li class="{{ c }}"><a href="{{ site.url }}{{ p.url }}">{{ p.title }}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue