We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095f5ae commit 888253eCopy full SHA for 888253e
index.html
@@ -9,7 +9,7 @@ <h1>Code for BTV Documents</h1>
9
<ul>
10
{% for node in site.pages %}
11
{% if nil != node.title and '/' != node.url %}
12
- <li><a href="{{ node.url }}">{{ node.title }}</a></li>
+ <li><a href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a></li>
13
{% endif %}
14
{% endfor %}
15
</ul>
0 commit comments