Skip to content

Commit 46ce765

Browse files
relative urls.
1 parent ff91f3e commit 46ce765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/saf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>{{saf_dimension.title}}</h3>
1111
{% endif %}
1212
<tr>
1313
<td>
14-
<a href="{{ saf.url }}">
14+
<a href="{{ saf.url | relative_url }}">
1515
{{ saf.title }}
1616
</a>
1717
</td>

_includes/saf_dimensions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ <h2>SAF Dimensions</h2>
44
{% for saf_dimension in site.saf_dimensions %}
55
<tr>
66
<td>
7-
<a href="{{ saf.url }}">
7+
<a href="{{ saf.url | relative_url }}">
88
{{ saf_dimension.code }}
99
</a>
1010
</td>
1111
<td>
12-
<a href="{{ saf.url }}">
12+
<a href="{{ saf.url | relative_url }}">
1313
{{ saf_dimension.title }}
1414
</a>
1515
</td>

0 commit comments

Comments
 (0)