Fix/Feat: footer, newsletter, logo footerLogo, i18n, router formatting
- Footer : newsletter commentée, margin-top blog, text-align footer-col - Blueprint site : logo → footerLogo (champ dédié au pied de page) - Controller : logo → footerLogo - i18n : newsletter_heading mis à jour (newsletters) - site.svelte.js : retrait console.log debug - router/index.js : reformatage quotes (linter) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c6fa61c77b
commit
474baf321b
7 changed files with 73 additions and 54 deletions
|
|
@ -25,8 +25,8 @@ const dict = {
|
|||
contact: { fr: "Contactez-nous", en: "Contact" },
|
||||
follow_us: { fr: "Suivez-nous", en: "Follow us" },
|
||||
newsletter_heading: {
|
||||
fr: "Inscrivez-vous à notre newsletter !",
|
||||
en: "Subscribe to our newsletter!",
|
||||
fr: "Abonnez-vous à nos newsletters !",
|
||||
en: "Subscribe to our newsletters!",
|
||||
},
|
||||
newsletter_placeholder: { fr: "Votre email", en: "Enter your email" },
|
||||
newsletter_submit: { fr: "S'inscrire", en: "Subscribe" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue