File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
</ button >
13
13
</ form >
14
14
< div class ="search-by-tag ">
15
- < a href ="{{ ref . "/tags" }}"> {{ T "ui_or_search_by_tags" }}</ a >
15
+ < a href ="{{ relref . "/tags" }}"> {{ T "ui_or_search_by_tags" }}</ a >
16
16
</ div >
17
17
{{ else -}}
18
18
< div id ="content-mobile ">
Original file line number Diff line number Diff line change 4
4
< div class ="taxonomy taxonomy-terms-article taxo-{{ urlize $taxo }} ">
5
5
< ul class ="taxonomy-terms ">
6
6
{{ range ($context.GetTerms $taxo) }}
7
- < li > < a class ="tax-term " href ="{{ ref . "/tags" }}?{{ .LinkTitle }}=true" data-taxonomy-term="{{ urlize .LinkTitle }}"> {{ title .LinkTitle }}</ a > </ li >
7
+ < li > < a class ="tax-term " href ="{{ relref . "/tags" }}?{{ .LinkTitle }}=true" data-taxonomy-term="{{ urlize .LinkTitle }}"> {{ title .LinkTitle }}</ a > </ li >
8
8
{{ end }}
9
9
</ ul >
10
10
</ div >
You can’t perform that action at this time.
0 commit comments