File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
16
16

17
17
18
- ## {{ $tx.links }}
19
- - [{{ $tx.website }}]({{ $cm.website_link }})
20
- - [{{ $tx.faq }}]({{ $cm.faq_link }})
21
- {{- range $siteName, $site := $si }}
22
- - {{ index $tx $siteName }}
23
- {{- range $lang, $url := $site }} | [{{- if eq $lang "bot" -}}
24
- @lantern_official_bot
25
- {{- else }}
26
- {{- index $cm $lang }}{{ end }}]({{ $url }})
27
- {{- end }}
28
- {{- end }}
29
-
30
18
## {{ $tx.downloads }}
31
19
<table>
32
20
<tr>
104
92
- 🔗 {{ $tx.note_choices }}
105
93
- 🚀 {{ $tx.note_beta }}
106
94
95
+ ## {{ $tx.links }}
96
+ - [{{ $tx.website }}]({{ $cm.website_link }})
97
+ - [{{ $tx.faq }}]({{ $cm.faq_link }})
98
+ {{- range $siteName, $site := $si }}
99
+ - {{ index $tx $siteName }}
100
+ {{- range $lang, $url := $site }} | [{{- if eq $lang "bot" -}}
101
+ @lantern_official_bot
102
+ {{- else }}
103
+ {{- index $cm $lang }}{{ end }}]({{ $url }})
104
+ {{- end }}
105
+ {{- end }}
106
+
107
107
## Release Notes
108
108
{{- range $release := $rl }}
109
109
{{- range $version, $notes := $release }}
You can’t perform that action at this time.
0 commit comments