Commit d13eca6c authored by Liang Ding's avatar Liang Ding

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

parent 09d60ec1
...@@ -13,12 +13,10 @@ ...@@ -13,12 +13,10 @@
--> -->
<div class="content paddingTop12 paddingBottom12"> <div class="content paddingTop12 paddingBottom12">
<div class="left"> <div class="left">
<br>
<div> <div>
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent} <span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
</div> </div>
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>.
</div> </div>
<div class="right nowrap"> <div class="right nowrap">
<div class="goTop right" onclick="Util.goTop();">${goTopLabel}</div> <div class="goTop right" onclick="Util.goTop();">${goTopLabel}</div>
......
...@@ -15,11 +15,6 @@ ...@@ -15,11 +15,6 @@
&copy; ${year} &copy; ${year}
<a href="${servePath}">${blogTitle}</a> <a href="${servePath}">${blogTitle}</a>
${footerContent} ${footerContent}
<span class="fn-right">
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>
</footer> </footer>
<#include "../../common-template/label.ftl"> <#include "../../common-template/label.ftl">
<script src="${staticServePath}/skins/${skinDirName}/js/common.min.js?${staticResourceVersion}"></script> <script src="${staticServePath}/skins/${skinDirName}/js/common.min.js?${staticResourceVersion}"></script>
......
...@@ -20,15 +20,6 @@ ...@@ -20,15 +20,6 @@
<a href="${servePath}">${blogTitle}</a> <a href="${servePath}">${blogTitle}</a>
${footerContent} ${footerContent}
<div class="fn__none"></div> <div class="fn__none"></div>
<div class="fn__right">
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/hejianxian/hexo-theme-jane" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
</footer> </footer>
<div class="icon-up" onclick="Util.goTop()"></div> <div class="icon-up" onclick="Util.goTop()"></div>
......
...@@ -17,11 +17,6 @@ ...@@ -17,11 +17,6 @@
${blogSubtitle} ${blogSubtitle}
<#include "../../common-template/macro-user_site.ftl"/> <#include "../../common-template/macro-user_site.ftl"/>
<@userSite dir="n"/> <@userSite dir="n"/>
<div class="fn-right">
&copy; ${year}
<a href="${servePath}">${blogTitle}</a>
${footerContent}
</div>
</div> </div>
<div class="fn-clear"> <div class="fn-clear">
${statistic.statisticPublishedBlogArticleCount} ${articleLabel} &nbsp; ${statistic.statisticPublishedBlogArticleCount} ${articleLabel} &nbsp;
...@@ -30,8 +25,9 @@ ...@@ -30,8 +25,9 @@
&nbsp; ${onlineVisitorCnt} ${onlineVisitorLabel} &nbsp; ${onlineVisitorCnt} ${onlineVisitorLabel}
</#if> </#if>
<div class="fn-right"> <div class="fn-right">
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a> • &copy; ${year}
Theme ${skinDirName} by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a> <a href="${servePath}">${blogTitle}</a>
${footerContent}
</div> </div>
</div> </div>
</footer> </footer>
......
...@@ -7,10 +7,9 @@ ...@@ -7,10 +7,9 @@
Solo 官方皮肤中有很大一部分是其他博客系统皮肤的仿款,为充分尊重原作者的劳动成果: Solo 官方皮肤中有很大一部分是其他博客系统皮肤的仿款,为充分尊重原作者的劳动成果:
* 仿款皮肤完全遵循原作皮肤开源协议 * 仿款皮肤完全遵循原作皮肤开源协议
* 只要能找到原作地址的,页脚处都会标明,如果有遗漏或不当之处请联系我们 * 如果有遗漏或不当之处请联系我们
* 如果作者不愿意授权,也欢迎联系我们,我们会及时下架调整
最后,衷心感谢所有原创作者们! 衷心感谢所有原创作者们!
## 皮肤 ## 皮肤
......
...@@ -13,9 +13,8 @@ ...@@ -13,9 +13,8 @@
--> -->
<div class="info"> <div class="info">
<div class="copyright"> <div class="copyright">
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/> <br>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp; <span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
Theme ${skinDirName} by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div> </div>
<div class="right goTop"> <div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span> <span onclick="Util.goTop();">${goTopLabel}</span>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
--> -->
<div class="left copyright"> <div class="left copyright">
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/> <span style="color: gray;">&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 rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div> </div>
<div class="right goTop"> <div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span> <span onclick="Util.goTop();">${goTopLabel}</span>
......
...@@ -14,8 +14,4 @@ ...@@ -14,8 +14,4 @@
<div class="footer"> <div class="footer">
<span class="ft-gray">&copy; ${year}</span> <span class="ft-gray">&copy; ${year}</span>
<a href="${servePath}">${blogTitle}</a> ${footerContent} <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme ${skinDirName}
by
<a rel="friend" rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div> </div>
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