From 16c38389cc0360b2b83e406a42a765888afc1dce Mon Sep 17 00:00:00 2001 From: xiang578 Date: Sun, 5 Mar 2023 21:32:26 +0800 Subject: [PATCH] add umami --- layout/common/footer.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/common/footer.jsx b/layout/common/footer.jsx index fcdecd9..8cbc994 100644 --- a/layout/common/footer.jsx +++ b/layout/common/footer.jsx @@ -44,6 +44,7 @@ class Footer extends Component {

{copyright ?

: null} +
{Object.keys(links).length ?
{Object.keys(links).map(name => { @@ -90,4 +91,4 @@ module.exports = cacheComponent(Footer, 'common.footer', props => { showVisitorCounter: plugins && plugins.busuanzi === true, visitorCounterTitle: _p('plugin.visitor_count', '0') }; -}); +}); \ No newline at end of file