Stylistic updates, removing dark menu
This commit is contained in:
parent
4a881df172
commit
9efa26c25e
11 changed files with 132 additions and 40 deletions
|
@ -85,6 +85,10 @@
|
|||
{{ i18n "keyboardOriented" }}
|
||||
</p>
|
||||
{{ end }}
|
||||
<p class="inline column col2">
|
||||
<img src="/icons/license.svg" class="icon-as-text" alt=""/>
|
||||
{{ i18n "license" }} {{ $appdata.license | markdownify }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid flex-center">
|
||||
{{ range .Params.Technical.Links }}
|
||||
|
@ -116,7 +120,7 @@
|
|||
{{ range $links }}
|
||||
<div class="column col{{ len $links | safeHTMLAttr }} col1-fill">
|
||||
<h3>{{ .Title }}</h3>
|
||||
<a href="{{ replace .URL "<version>" $appdata.version }}">{{ i18n "download"}} {{ replace .Name "<version>" $appdata.version }}</a>
|
||||
<a href="{{ replace .URL "<version>" $appdata.version }}">{{ i18n "download" }} {{ replace .Name "<version>" $appdata.version }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue