update footer

This commit is contained in:
Nofated095 2023-11-30 18:27:39 +08:00
parent e5b54cbd11
commit 9108e0b0e3
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ class Footer extends Component {
<span dangerouslySetInnerHTML={{ __html: `&copy; ${siteYear} ${author || siteTitle}` }}></span>
&nbsp;&nbsp;Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>&nbsp;&&nbsp;
<a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a>
<br />
Made with 💖 by <a href="https://nof.moe" target="_blank" rel="noopener">Nofated</a>
{showVisitorCounter ? <br /> : null}
{showVisitorCounter ? <span id="busuanzi_container_site_uv"
dangerouslySetInnerHTML={{ __html: visitorCounterTitle }}></span> : null}

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-amane",
"version": "0.0.37",
"version": "0.0.38",
"author": "Nofated095 <nofated095@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",