diff --git a/locales/en.json b/locales/en.json index 5b52ae4..0c7ca11 100644 --- a/locales/en.json +++ b/locales/en.json @@ -23,7 +23,8 @@ "commandRemove": "Order deletion", "question": "Practical question", "profile": "My profile", - "other": "Another question" + "other": "Another question", + "powered": "Powered by" }, "index": { "welcome": "Welcome to Sandwiches Order Doua", diff --git a/locales/fr.json b/locales/fr.json index 036af4e..874426e 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -23,7 +23,8 @@ "commandRemove": "Suppression de commande", "question": "Question Pratique", "profile": "Mon profil", - "other": "Autre question" + "other": "Autre question", + "powered": "Propulsé par" }, "index": { "welcome": "Bienvenue sur Sandwiches Order Doua", diff --git a/views/layout.pug b/views/layout.pug index dcb3e1f..c10bb24 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -57,6 +57,8 @@ html p=__("layout.IT") p.before-link=__("layout.made") a(href="https://www.linkedin.com/in/florian-charlaix" target="_blank") Florian Charlaix + p.before-link=__("layout.powered") + a(href="https://sapinet.fr" target="_blank") Sapinet div#contact.popup.card.hide h1=__("contact") form(action="/contact" method="POST")