mirror of https://github.com/Nofated095/blog
commit
05f3dc9668
|
@ -37,6 +37,8 @@ class Footer extends Component {
|
||||||
<span dangerouslySetInnerHTML={{ __html: `© ${siteYear} ${author || siteTitle}` }}></span>
|
<span dangerouslySetInnerHTML={{ __html: `© ${siteYear} ${author || siteTitle}` }}></span>
|
||||||
Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a> &
|
Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a> &
|
||||||
<a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a>
|
<a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a>
|
||||||
|
<br/>
|
||||||
|
<a href="https://icp.gov.moe/?keyword=20214514">萌ICP备20214514号</a>
|
||||||
{showVisitorCounter ? <br /> : null}
|
{showVisitorCounter ? <br /> : null}
|
||||||
{showVisitorCounter ? <span id="busuanzi_container_site_uv"
|
{showVisitorCounter ? <span id="busuanzi_container_site_uv"
|
||||||
dangerouslySetInnerHTML={{ __html: visitorCounterTitle }}></span> : null}
|
dangerouslySetInnerHTML={{ __html: visitorCounterTitle }}></span> : null}
|
||||||
|
|
Loading…
Reference in New Issue