Skip to content

Commit 838ea3d

Browse files
authored
fix: correct the broken translations links when enabling multiple domains (#31)
1 parent 4191fab commit 838ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hb/modules/content-panel/translations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ul class="dropdown-menu">
1717
{{- range . }}
1818
<li>
19-
<a class="dropdown-item" href="{{ .RelPermalink }}">
19+
<a class="dropdown-item" href="{{ .Permalink }}">
2020
{{- .Language.LanguageName -}}
2121
</a>
2222
</li>

0 commit comments

Comments
 (0)