fix #33577: change date in pulldown and deploy to production
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m7s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m7s
This commit is contained in:
parent
7ac03a6867
commit
f2c7556e14
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ title = 'Anmeldung Anfängerschulung'
|
||||||
translationKey = 'anmeldung-anfaengerschulung'
|
translationKey = 'anmeldung-anfaengerschulung'
|
||||||
bestellformular = true
|
bestellformular = true
|
||||||
kommentar = 'age, verify_email und hobbies sind honeypots'
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
schulungstermine = ['Montag, 02. September 2024 von 08:30 bis 12:30 Uhr', 'Montag, 04. November 2024 von 13:00 bis 17:00 Uhr']
|
schulungstermine = ['Montag, 09. September 2024 von 08:30 bis 12:30 Uhr', 'Montag, 04. November 2024 von 13:00 bis 17:00 Uhr']
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{% section %}} {{% aligncenter %}}
|
{{% section %}} {{% aligncenter %}}
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,8 @@ enableRobotsTXT = true
|
||||||
########################### Deployment #############################
|
########################### Deployment #############################
|
||||||
[params]
|
[params]
|
||||||
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
|
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
|
||||||
#environment = "production"
|
environment = "production"
|
||||||
environment = "development"
|
#environment = "development"
|
||||||
|
|
||||||
# set to true to enable captcha on the form
|
# set to true to enable captcha on the form
|
||||||
useCaptcha = true
|
useCaptcha = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue