X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-topic-details-html.js;h=df13f210f7af70c2686b3955ee3d744f4b2b43db;hb=f92c90e92ded661ddd957580e7fbde8aaa24224d;hp=448de09efdb369a346deff79cffbaa5f307c11c7;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;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