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",
|
||||
"question": "Practical question",
|
||||
"profile": "My profile",
|
||||
"other": "Another question"
|
||||
"other": "Another question",
|
||||
"powered": "Powered by"
|
||||
},
|
||||
"index": {
|
||||
"welcome": "Welcome to Sandwiches Order Doua",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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")
|
||||
|
|
Reference in a new issue