Stylistic updates, removing dark menu

This commit is contained in:
Adsooi 2021-06-23 03:18:18 +02:00
parent 4a881df172
commit 9efa26c25e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
11 changed files with 132 additions and 40 deletions

View file

@ -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" }}&nbsp;{{ $appdata.license | markdownify }}
</p>
</div>
<div class="grid flex-center">&nbsp;
{{ 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>