try to use alert on start-page
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Failing after 28s
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Failing after 28s
This commit is contained in:
parent
1c4690209d
commit
c4ae830914
2 changed files with 27 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{{/* Home Template File */}}
|
||||
{{ define "main" }}
|
||||
{{ if eq .Site.Language.Lang "de" }}
|
||||
{{/* {{ if eq .Site.Language.Lang "de" }}
|
||||
<div class="container">
|
||||
<div class="bg-white my-5 text-slate-900 px-4 py-3 " role="alert">
|
||||
<div class="flex">
|
||||
|
|
@ -21,7 +21,7 @@ Wir hoffen, dass bald eine Lösung gefunden wird und die Applikation wieder wie
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }} */}}
|
||||
{{/* {{ if eq .Site.Language.Lang "fr" }}
|
||||
<div class="container">
|
||||
<div class="bg-white my-5 text-slate-900 px-4 py-3 " role="alert">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue