fix: footer

This commit is contained in:
shenyu 2019-12-29 16:44:12 +08:00
parent c90f268255
commit 1dbbc6110f

View File

@ -8,9 +8,10 @@
</li> </li>
<li> <li>
<% if (theme.pageFooter){ %> <% if (theme.pageFooter){ %>
Power by
<% var hexoLink = '<a href="https://hexo.io" target="_blank">Hexo</a>'; %> <% var hexoLink = '<a href="https://hexo.io" target="_blank">Hexo</a>'; %>
<% var themeLink = '<a href="https://github.com/Shen-Yu/hexo-theme-ayer" target="_blank">Ayer</a>'; %> <% var themeLink = '<a href="https://github.com/Shen-Yu/hexo-theme-ayer" target="_blank">Ayer</a>'; %>
<%- hexoLink %> Theme <%- themeLink %> by shenyu <%- hexoLink %> Theme <%- themeLink %>
<% } %> <% } %>
</li> </li>
</ul> </ul>