Skip to content

Commit 3e9e3a6

Browse files
authored
move the links section below the downloads section
getlantern/engineering#1418
1 parent 7ccb110 commit 3e9e3a6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pagemaker/templates/README.md.tmpl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515

1616
![cover page](resources/cover_page.png)
1717

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-
3018
## {{ $tx.downloads }}
3119
<table>
3220
<tr>
@@ -104,6 +92,18 @@
10492
- 🔗 {{ $tx.note_choices }}
10593
- 🚀 {{ $tx.note_beta }}
10694

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+
107107
## Release Notes
108108
{{- range $release := $rl }}
109109
{{- range $version, $notes := $release }}

0 commit comments

Comments
 (0)