diff --git a/roles/service-nginx-meshviewer/templates/config.js.j2 b/roles/service-nginx-meshviewer/templates/config.js.j2 index d36605f..7a5f3c2 100644 --- a/roles/service-nginx-meshviewer/templates/config.js.j2 +++ b/roles/service-nginx-meshviewer/templates/config.js.j2 @@ -100,6 +100,20 @@ module.exports = function () { {% endfor %} {% endif %} {% endfor %} + ], + 'linkList': [ + { + 'title': 'Statistiken', + 'href': 'https://stats.freifunk-mwu.de' + }, + { + 'title': 'Impressum', + 'href': 'https://www.freifunk-mainz.de/#impressum' + }, + { + 'title': 'Datenschutz', + 'href': 'https://www.freifunk-mainz.de/#datenschutz' + } ] }; };