improved footer
This commit is contained in:
@@ -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>'))
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user