X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-overview-html.js;fp=src%2Ftemplate%2Fadmin-overview-html.js;h=3d4f62c22e1c000e5e6714345f3e2184dc20ede7;hb=9915fd047ecd95692e53d93ddb3ad25ae1680925;hp=b86f7af600e741e25805a89923f2a898d1127161;hpb=4fcc20dfb79f60fef2dc5996c86e27c68b5bd95e;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