Commit 09d60ec1 authored by Liang Ding's avatar Liang Ding

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

parent 4a4c0159
...@@ -15,12 +15,6 @@ ...@@ -15,12 +15,6 @@
© ${year} © ${year}
<a href="${servePath}">${blogTitle}</a> <a href="${servePath}">${blogTitle}</a>
${footerContent} ${footerContent}
<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<span class="ft-warn">&heartsuit;</span>
Theme ${skinDirName}
<sup>[<a href="https://github.com/9IPHP/9IPHP" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</footer> </footer>
<div class="icon-up" onclick="Util.goTop()"></div> <div class="icon-up" onclick="Util.goTop()"></div>
<#include "../../common-template/label.ftl"> <#include "../../common-template/label.ftl">
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
--> -->
<div class="copyright"> <div class="copyright">
&copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/> &copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a><br/>
Theme ${skinDirName} by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div> </div>
<#include "../../common-template/label.ftl"> <#include "../../common-template/label.ftl">
<script type="text/javascript" src="${staticServePath}/js/common.min.js?${staticResourceVersion}" charset="utf-8"></script> <script type="text/javascript" src="${staticServePath}/js/common.min.js?${staticResourceVersion}" charset="utf-8"></script>
......
...@@ -15,13 +15,7 @@ ...@@ -15,13 +15,7 @@
<div class="footer"> <div class="footer">
<@userSite dir="n"></@userSite> <@userSite dir="n"></@userSite>
<br> <br>
&copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent} Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a> &copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent}
<div>
Theme ${skinDirName}
by
<a rel="friend" href="https://88250.b3log.org" target="_blank">88250</a>
</div>
<div><em>All rights reserved.</em></div>
</div> </div>
<#include "../../common-template/label.ftl"> <#include "../../common-template/label.ftl">
......
...@@ -19,11 +19,6 @@ ...@@ -19,11 +19,6 @@
<a href="${servePath}">${blogTitle}</a> <a href="${servePath}">${blogTitle}</a>
${footerContent} ${footerContent}
<span class="footer__heart">❤️</span> <span class="footer__heart">❤️</span>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme ${skinDirName}
<sup>[<a href="https://www.cnblogs.com/jajian" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a> <br>
</div> </div>
</footer> </footer>
<svg class="side__top" id="sideTop" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> <svg class="side__top" id="sideTop" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
......
...@@ -14,14 +14,10 @@ ...@@ -14,14 +14,10 @@
<footer class="footer"> <footer class="footer">
<div class="wrapper fn__clear"> <div class="wrapper fn__clear">
<div class="fn__left"> <div class="fn__left">
<br>
&copy; ${year} &copy; ${year}
<a href="${servePath}">${blogTitle}</a> <a href="${servePath}">${blogTitle}</a>
${footerContent} &nbsp;•&nbsp; ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme ${skinDirName}
<sup>[<a href="https://github.com/TryGhost/Casper" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div> </div>
<div class="fn__right"> <div class="fn__right">
<a href="${servePath}/tags.html" rel="section"> <a href="${servePath}/tags.html" rel="section">
......
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