Role service-nginx-meshviewer: add linkList

This commit is contained in:
Julian Labus 2019-02-06 11:51:39 +01:00
parent 7291d75262
commit 026844de30
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 14 additions and 0 deletions

View File

@ -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'
}
]
};
};