Miles Pong 9 anni fa
parent
commit
d309f3498f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      layout/common/footer.ejs

+ 1 - 1
layout/common/footer.ejs

@@ -2,7 +2,7 @@
     <div class="outer">
         <div id="footer-info" class="inner">
             &copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
-            Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
+            Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="https://github.com/MilesPong/hexo-theme-icarus">icarus</a>
         </div>
     </div>
 </footer>