Expand URL

This commit is contained in:
Anatol Broder 2013-09-06 20:40:00 +02:00
parent 102d83f78d
commit eb29209c24
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% for p in site.pages %}
{% 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 %}
{% endfor %}