Change template URLs to relative.

This commit is contained in:
2025-11-30 22:54:08 +05:30
parent ee156dd11b
commit 846d9329cd
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
{{ else }}
<ul class="noul words">
{{ range $i, $w := $g.Words }}
<li><a href="{{ $.Consts.RootURL }}/dictionary/{{ UnicodeURL $g.FromLang }}/{{ UnicodeURL $g.ToLang }}/{{ UnicodeURL (index $w.Content 0) }}">{{ $w.Content | join ", " }}</a></li>
<li><a href="/dictionary/{{ UnicodeURL $g.FromLang }}/{{ UnicodeURL $g.ToLang }}/{{ UnicodeURL (index $w.Content 0) }}">{{ $w.Content | join ", " }}</a></li>
{{ end }}
</ul>
{{ end }}