Files
NodeBB/install/data/footer.json

10 lines
353 B
JSON
Raw Normal View History

2015-02-12 15:03:46 -05:00
[
{
"widget": "html",
"data" : {
2017-07-06 13:07:16 -04:00
"html": "<footer id=\"footer\" class=\"container footer\">\r\n\t<div>\r\n\t\tPowered by <a target=\"_blank\" href=\"https://nodebb.org\">NodeBB</a> | <a target=\"_blank\" href=\"//github.com/NodeBB/NodeBB/graphs/contributors\">Contributors</a>\r\n\t</div>\r\n</footer>",
2015-02-12 15:03:46 -05:00
"title":"",
"container":""
}
}
]