Moving badges to theme, fixing bug with links not being clickable, adding disclaimer to apps for distribution icons.

This commit is contained in:
Adsooi 2021-08-03 14:59:16 +02:00
parent 1171b352c5
commit 29770627da
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
40 changed files with 3375 additions and 43 deletions
layouts/_default

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{ .Content }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>