소스 검색

Modify footer

Miles Pong 9 년 전
부모
커밋
d309f3498f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>