diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 1d00132..1580b22 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -8,6 +8,23 @@ src: url('../fonts/OpenSans-VariableFont_wdth_wght.ttf'); } +body.env-development::after { + content: 'development'; + //position in left upper corner + content: 'development'; + font-family: 'Jetbrains Mono'; + position: fixed; + z-index: 9999; + /* transform: rotate(-90deg); */ + top: 0; + font-weight: 800; + font-size: 8px; + background-color: #24ff5d; + left: 30px; + padding: 7px 10px; + color: #000; +} + /**************** Typography ******************/ a { color: #a9cd2e; diff --git a/content/french/commande/infirmier-independant.md b/content/french/commande/infirmier-independant.md index b78d0df..a6f4491 100644 --- a/content/french/commande/infirmier-independant.md +++ b/content/french/commande/infirmier-independant.md @@ -22,7 +22,7 @@ bestellformular = true {{% /aligncenter %}} -
{{% /section %}} diff --git a/content/french/commande/module-supplementaire-infirmiers-independants.md b/content/french/commande/module-supplementaire-infirmiers-independants.md index de72807..2b6fb3a 100644 --- a/content/french/commande/module-supplementaire-infirmiers-independants.md +++ b/content/french/commande/module-supplementaire-infirmiers-independants.md @@ -22,7 +22,7 @@ bestellformular = true {{% /aligncenter %}} - + {{% /section %}} diff --git a/content/german/bestellung/freiberufliche.md b/content/german/bestellung/freiberufliche.md index 6e40c68..793d032 100644 --- a/content/german/bestellung/freiberufliche.md +++ b/content/german/bestellung/freiberufliche.md @@ -4,6 +4,7 @@ draft = false title = 'Freiberufliche' translationKey = 'freiberufliche' bestellformular = true +kommentar = 'age und hobbies sind honeypots' +++ {{% section %}} {{% aligncenter %}} @@ -22,12 +23,13 @@ bestellformular = true {{% /aligncenter %}} - {{% /section %}} diff --git a/content/german/bestellung/organisationen.md b/content/german/bestellung/organisationen.md index 03d05ef..de6bfe4 100644 --- a/content/german/bestellung/organisationen.md +++ b/content/german/bestellung/organisationen.md @@ -21,7 +21,7 @@ bestellformular = true {{% /aligncenter %}} - {{% /section %}} diff --git a/content/german/bestellung/zusatzmodule-freiberufliche.md b/content/german/bestellung/zusatzmodule-freiberufliche.md index 4a8837b..ea610b9 100644 --- a/content/german/bestellung/zusatzmodule-freiberufliche.md +++ b/content/german/bestellung/zusatzmodule-freiberufliche.md @@ -22,7 +22,7 @@ bestellformular = true {{% /aligncenter %}} - {{% /section %}} diff --git a/themes/hugoplate/layouts/_default/baseof.html b/themes/hugoplate/layouts/_default/baseof.html index ad53ac1..5ed9b23 100755 --- a/themes/hugoplate/layouts/_default/baseof.html +++ b/themes/hugoplate/layouts/_default/baseof.html @@ -13,9 +13,14 @@ itemtype="http://schema.org/WebPage"> {{ partialCached "essentials/style.html" . }} +{{ if not hugo.IsProduction }} + + + +{{ end }} - + {{ if hugo.IsProduction }} {{ partialCached "preloader.html" . }}