Registration URL is now /register (previously /join)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ca6f8367dd
commit
48978e4639
3 changed files with 98 additions and 97 deletions
|
|
@ -35,7 +35,7 @@ languages:
|
||||||
|
|
||||||
others_links:
|
others_links:
|
||||||
- text: "S'inscrire"
|
- text: "S'inscrire"
|
||||||
href: "//app.happydomain.org/join"
|
href: "//app.happydomain.org/register"
|
||||||
class: "btn btn-secondary"
|
class: "btn btn-secondary"
|
||||||
icon: "bi-person-plus-fill"
|
icon: "bi-person-plus-fill"
|
||||||
- text: "S'identifier"
|
- text: "S'identifier"
|
||||||
|
|
@ -91,7 +91,7 @@ params:
|
||||||
|
|
||||||
others_links:
|
others_links:
|
||||||
- text: "Sign up"
|
- text: "Sign up"
|
||||||
href: "//app.happydomain.org/join"
|
href: "//app.happydomain.org/register"
|
||||||
class: "btn btn-secondary"
|
class: "btn btn-secondary"
|
||||||
icon: "bi-person-plus-fill"
|
icon: "bi-person-plus-fill"
|
||||||
- text: "Sign in"
|
- text: "Sign in"
|
||||||
|
|
@ -159,4 +159,4 @@ markup:
|
||||||
unsafe: true
|
unsafe: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home: [ "HTML", "RSS" ]
|
home: ["HTML", "RSS"]
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
{{ i18n "cta-account-text" }}
|
{{ i18n "cta-account-text" }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="/join" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
|
<a href="/register" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
/domains/* https://app.happydomain.org/domains/:splat
|
/domains/* https://app.happydomain.org/domains/:splat
|
||||||
/join https://app.happydomain.org/join
|
/join https://app.happydomain.org/register
|
||||||
/login https://app.happydomain.org/login
|
/login https://app.happydomain.org/login
|
||||||
|
/register https://app.happydomain.org/register
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue