Brand website assumes it's a hugo website, and redirects based on language, main-index now can have dynamic cards.

This commit is contained in:
Adsooi 2021-08-09 14:33:00 +02:00
parent 4f58f6e6ea
commit 68acf336b7
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 11 additions and 37 deletions

View file

@ -3,7 +3,7 @@
<div class="center nav-flex">
{{ $currentPage := . }}
<div class="nav-mobile">
<a class="navbar-brand" href="{{ .Site.Params.brandWebsite }}" role="button">
<a class="navbar-brand" href="{{ .Site.Params.brandWebsite }}{{ .Site.Language.Lang }}" role="button">
<img src="/img/logo.svg" loading=lazy class="icon-brand" alt="Ad5001's icon"/>
Ad5001
</a>