Skip to content

Commit 5ea6206

Browse files
Apply suggestion from @Dreamsorcerer
1 parent 20d1c0f commit 5ea6206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>{{ page.title }}</h2>
99
{{ translations.translations_for(page) }}
1010

1111
{% for link in page.links %}
12-
<a href="{ link.partition("=")[2] }">{ link.partition("=")[0] }</a>
12+
<a href="{{ link.partition("=")[2] }}">{{ link.partition("=")[0] }}</a>
1313
{% endfor %}
1414

1515
{{ page.content }}

0 commit comments

Comments
 (0)