Files
NodeBB/install/data/footer.json

10 lines
387 B
JSON
Raw Normal View History

2015-02-12 15:03:46 -05:00
[
{
"widget": "html",
"data" : {
2015-11-15 22:44:26 -06:00
"html": "<footer id=\"footer\" class=\"container footer\">\r\n\t<div class=\"copyright\">\r\n\t\tCopyright © 2015 <a target=\"_blank\" href=\"https://nodebb.org\">NodeBB Forums</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":""
}
}
]