X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-overview-html.js;h=3d4f62c22e1c000e5e6714345f3e2184dc20ede7;hb=085b55f507dedc16016bb491d520c556acd60643;hp=b86f7af600e741e25805a89923f2a898d1127161;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub diff --git a/src/template/admin-overview-html.js b/src/template/admin-overview-html.js index b86f7af..3d4f62c 100644 --- a/src/template/admin-overview-html.js +++ b/src/template/admin-overview-html.js @@ -15,6 +15,7 @@ module.exports = (ctx, options) => { const pageTitle = `${options.manager.pageTitle} - Topics`; const headElements = []; const navLinks = []; + const footerEntries = options.manager.footerEntries; if (!ctx.topics) { ctx.topics = []; } @@ -30,5 +31,5 @@ module.exports = (ctx, options) => { ` `, - ]); + ], footerEntries); }; \ No newline at end of file