Update docs_option.html

This commit is contained in:
Magne Sjaastad
2014-04-11 20:26:31 +02:00
parent 46accce76d
commit d9b618c4d4
+1 -1
View File
@@ -5,7 +5,7 @@
{% for p in site.pages %}
{% if p.url == item_url %}
<option value="{{ site.url }}{{ p.url }}">{{ p.title }}</option>
<option value="{{ site.baseurl }}{{ p.url }}">{{ p.title }}</option>
{% endif %}
{% endfor %}
{% endfor %}