Role service-nginx-meshviewer: add linkList
This commit is contained in:
parent
7291d75262
commit
026844de30
1 changed files with 14 additions and 0 deletions
|
@ -100,6 +100,20 @@ module.exports = function () {
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% 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'
|
||||||
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue