Skip to content

Commit 888253e

Browse files
committed
Use base URL in page links.
1 parent 095f5ae commit 888253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>Code for BTV Documents</h1>
99
<ul>
1010
{% for node in site.pages %}
1111
{% if nil != node.title and '/' != node.url %}
12-
<li><a href="{{ node.url }}">{{ node.title }}</a></li>
12+
<li><a href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a></li>
1313
{% endif %}
1414
{% endfor %}
1515
</ul>

0 commit comments

Comments
 (0)