Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ googleAnalytics = "UA-60791139-1"
title = "Registration"
subtitle = ""
buttontext = ""
explains = "Registration is now open."
#explains = "Pre-registration is now open. If the number of participants exceeds 50, a random draw will be held on the end of May."
#explains = "Registration is now open."
explains = "Pre-registration is now open. If we receive more than 60 entries, a random lottery will be held by 28 November 2025."

# Footer section
[params.footer]
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-agency-theme/layouts/partials/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="section-subheading text-muted">{{ with .Site.Params.contact.subtitle
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<div class="explains">{{ with .Site.Params.contact.explains }}{{ . | markdownify }}{{ end }}</div>
<a href="https://www.helloasso.com/associations/socratesfr/evenements/socrates-24-1" class="btn btn-xl">I want to join!</a>
<a href="https://forms.gle/CwEmNVFqVxsKTgCW9" class="btn btn-xl">I want to pre-register!</a>
</div>
<div class="clearfix"></div>
</div>
Expand Down