We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc92724 commit bf7f0b3Copy full SHA for bf7f0b3
_layouts/safs.html
@@ -4,7 +4,8 @@
4
{%- assign saf_dimension = site.saf_dimensions | find:"name", page.dimension -%}
5
6
7
-<h1>{{ page.title }}: {{ saf_dimension.title }}</h1>
+
8
+<h1>{{ page.title }}: <a href="{{ saf_dimension.url | relative_url }}">{{ saf_dimension.title }}</a> </h1>
9
10
11
{{ content }}
0 commit comments