Archived
1
0
Fork 0

Add powered mention on about section

This commit is contained in:
Ethanell 2020-09-13 21:25:09 +02:00
parent e58ac6936f
commit 78c8def258
3 changed files with 6 additions and 2 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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")