improved footer

This commit is contained in:
2018-11-03 17:53:45 +01:00
parent def5176164
commit 7ef6bea550
6 changed files with 35 additions and 7 deletions
+4 -1
View File
@@ -1,5 +1,6 @@
var m = require('mithril');
var _i18n = require('./i18n');
// ____ __
@@ -10,7 +11,9 @@ var m = require('mithril');
module.exports = {
view(vn){
return m('footer', [
m('p', m.trust('© 2017 <a href="./">Ethica Spinoza</a>'))
m('p', m.trust('<a href="http://ethica-spinoza.net" target="_blank">'+_i18n.t('Ethica, work without obstacle')+'</a>')),
m('p', m.trust('<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" target="_blank">Ethica is under GNU/GPL V.2 licence</a>')),
m('p', m.trust('<a href="mailto:contact@ethica-spinoza.net">contact</a>'))
]);
}
}
+4
View File
@@ -218,6 +218,10 @@ module.exports = {
'fr':'chapitre',
'bra':'capítulo',
'lat':'caput'
},
'Ethica, work without obstacle':{
'en':'Ethica, work without obstacle',
'fr':'Ethica, du travail sans obstacle'
}
}
}