We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91f3e commit 46ce765Copy full SHA for 46ce765
_includes/saf.html
@@ -11,7 +11,7 @@ <h3>{{saf_dimension.title}}</h3>
11
{% endif %}
12
<tr>
13
<td>
14
- <a href="{{ saf.url }}">
+ <a href="{{ saf.url | relative_url }}">
15
{{ saf.title }}
16
</a>
17
</td>
_includes/saf_dimensions.html
@@ -4,12 +4,12 @@ <h2>SAF Dimensions</h2>
4
{% for saf_dimension in site.saf_dimensions %}
5
6
7
8
{{ saf_dimension.code }}
9
10
{{ saf_dimension.title }}
0 commit comments