Add powered mention on about section
This commit is contained in:
parent
e58ac6936f
commit
78c8def258
3 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,8 @@
|
||||||
"commandRemove": "Order deletion",
|
"commandRemove": "Order deletion",
|
||||||
"question": "Practical question",
|
"question": "Practical question",
|
||||||
"profile": "My profile",
|
"profile": "My profile",
|
||||||
"other": "Another question"
|
"other": "Another question",
|
||||||
|
"powered": "Powered by"
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"welcome": "Welcome to Sandwiches Order Doua",
|
"welcome": "Welcome to Sandwiches Order Doua",
|
||||||
|
|
|
@ -23,7 +23,8 @@
|
||||||
"commandRemove": "Suppression de commande",
|
"commandRemove": "Suppression de commande",
|
||||||
"question": "Question Pratique",
|
"question": "Question Pratique",
|
||||||
"profile": "Mon profil",
|
"profile": "Mon profil",
|
||||||
"other": "Autre question"
|
"other": "Autre question",
|
||||||
|
"powered": "Propulsé par"
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"welcome": "Bienvenue sur Sandwiches Order Doua",
|
"welcome": "Bienvenue sur Sandwiches Order Doua",
|
||||||
|
|
|
@ -57,6 +57,8 @@ html
|
||||||
p=__("layout.IT")
|
p=__("layout.IT")
|
||||||
p.before-link=__("layout.made")
|
p.before-link=__("layout.made")
|
||||||
a(href="https://www.linkedin.com/in/florian-charlaix" target="_blank") Florian Charlaix
|
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
|
div#contact.popup.card.hide
|
||||||
h1=__("contact")
|
h1=__("contact")
|
||||||
form(action="/contact" method="POST")
|
form(action="/contact" method="POST")
|
||||||
|
|
Reference in a new issue