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:
parent
4f58f6e6ea
commit
68acf336b7
2 changed files with 11 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue