Commit f03abf4a authored by Liang Ding's avatar Liang Ding

🎨 皮肤页脚去掉版权信息 Fix #111

parent d13eca6c
......@@ -14,10 +14,7 @@
<div class="footer">
<div class="wrapper">
<div class="left">
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
</div>
<div class="clear"></div>
</div>
......
......@@ -68,12 +68,6 @@
&copy; ${year}
<a class="ft__link" href="${servePath}">${blogTitle}</a>
${footerContent}
<br>
Powered by <a class="ft__link" href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme ${skinDirName}
<sup>[<a class="ft__link" target="_blank" href="https://github.com/chakhsu/pinghsu">ref</a>]</sup>
by <a class="ft__link" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
</div>
</footer>
......
......@@ -25,13 +25,6 @@
&copy; ${year}
<a href="${servePath}">${blogTitle}</a>
${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div class="fn-right">
Theme ${skinDirName}
<sup>[<a href="https://github.com/iissnan/hexo-theme-next" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
</div>
</div>
</footer>
......
......@@ -17,14 +17,6 @@
<a href="${servePath}">${blogTitle}</a>
${footerContent}
<div class="fn__none"></div>
<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div class="fn__none"></div>
&nbsp; &heartsuit; &nbsp;
Theme ${skinDirName}
<sup>[<a href="https://github.com/ZEROKISEKI/hexo-theme-gal" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</footer>
<div class="icon-up" onclick="Util.goTop()"></div>
......
......@@ -13,8 +13,6 @@
-->
<footer>
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme ${skinDirName} by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div onclick="Util.goTop();">${goTopLabel}</div>
</footer>
<#include "../../common-template/label.ftl">
......
......@@ -19,10 +19,6 @@
</div>
<div class="left">
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme ${skinDirName}
<sup>[<a href="http://themify.me/demo/themes/postline/" target="_blank">ref</a>]</sup>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right fn-clear">
<span class="left">
......
......@@ -11,10 +11,7 @@
See the Mulan PSL v2 for more details.
-->
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<span style="color: #ec0a8b;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
<div class='goTopIcon' onclick='Util.goTop();'></div>
<div class='goBottomIcon' onclick='Util.goBottom();'></div>
<#include "../../common-template/label.ftl">
......
......@@ -13,27 +13,16 @@
-->
<footer class="footer">
<div class="fn-clear">
<div class="fn-left">
Theme ${skinDirName}
by
<a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
<span class="fn-right">
${viewCount1Label}<span data-uvstaturl="${servePath}">${statistic.statisticBlogViewCount}</span>
&nbsp;
${articleCount1Label}${statistic.statisticPublishedBlogArticleCount}
<#if !staticSite>
${viewCount1Label}<span data-uvstaturl="${servePath}">${statistic.statisticBlogViewCount}</span>
&nbsp;
${articleCount1Label}${statistic.statisticPublishedBlogArticleCount}
<#if !staticSite>
&nbsp; ${onlineVisitor1Label}${onlineVisitorCnt}
</#if>
</span>
</div>
<div class="fn-clear">
</#if>
<br>
&copy; ${year}
<a href="${servePath}">${blogTitle}</a>
${footerContent}
<span class="fn-right">
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
</span>
</div>
<span onclick="Util.goTop()" class="icon-goup"></span>
</footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment