X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-topic-details-html.js;h=df13f210f7af70c2686b3955ee3d744f4b2b43db;hb=9915fd047ecd95692e53d93ddb3ad25ae1680925;hp=448de09efdb369a346deff79cffbaa5f307c11c7;hpb=4fcc20dfb79f60fef2dc5996c86e27c68b5bd95e;p=websub-hub diff --git a/src/template/admin-topic-details-html.js b/src/template/admin-topic-details-html.js index 448de09..df13f21 100644 --- a/src/template/admin-topic-details-html.js +++ b/src/template/admin-topic-details-html.js @@ -21,6 +21,7 @@ module.exports = (ctx, options) => { text: '↑ All Topics', }, ]; + const footerEntries = options.manager.footerEntries; if (!ctx.subscriptions) { ctx.subscriptions = []; } @@ -46,5 +47,5 @@ module.exports = (ctx, options) => { ` `, - ]); + ], footerEntries); }; \ No newline at end of file