Merge remote-tracking branch 'origin/master'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-07-21 11:27:13 +02:00
commit eb68006657

View File

@ -3,25 +3,23 @@ languageCode = "en-us"
title = "/speed/dial" title = "/speed/dial"
theme = "slate" theme = "slate"
[ params ] [ params ]
BackgroundImages = ["bg/02.webp"] BackgroundImages = ["bg/02.webp"]
BackgroundStyle = "#000000;" BackgroundStyle = "#000000;"
OpenLinksInNewWindow = true OpenLinksInNewWindow = true
Favicon = "favicon.ico" Favicon = "favicon.ico"
[[ params.nav ]]
name = "files"
tag = "files"
icon = "lock"
[[ params.nav ]] [[ params.nav ]]
name = "files" name = "media"
tag = "files" tag = "media"
icon = "lock" icon = "tv"
[[ params.nav ]] [[ params.nav ]]
name = "media" name = "infra"
tag = "media" tag = "infra"
icon = "tv" icon = "server"
[[ params.nav ]]
name = "infra"
tag = "infra"
icon = "server"