hardcoded context path
This commit is contained in:
parent
1b6ddaf222
commit
a612f3dc44
@ -1,2 +1 @@
|
|||||||
exclude : ["README.md"]
|
exclude : ["README.md", "jekyll.sh"]
|
||||||
BASE_PATH : http://ivaynberg.github.com/select2/
|
|
||||||
|
@ -24,9 +24,9 @@ Usage:
|
|||||||
{% if node.title != null %}
|
{% if node.title != null %}
|
||||||
{% if group == null or group == node.group %}
|
{% if group == null or group == node.group %}
|
||||||
{% if page.url == node.url %}
|
{% if page.url == node.url %}
|
||||||
<li class="active"><a href="{{BASE_PATH}}{{node.url}}" class="active">{{node.title}}</a></li>
|
<li class="active"><a href="/select2{{node.url}}" class="active">{{node.title}}</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li><a href="{{BASE_PATH}}{{node.url}}">{{node.title}}</a></li>
|
<li><a href="/select2{{node.url}}">{{node.title}}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user