solo-skins/nijigen/footer.ftl

42 lines
1.9 KiB
Plaintext
Raw Normal View History

<#--
2018-08-23 09:08:13 +08:00
Solo - A small and beautiful blogging system written in Java.
2019-04-02 09:36:01 +08:00
Copyright (c) 2010-present, b3log.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
2018-09-02 21:19:19 +08:00
<div class="icon__up" onclick="Util.goTop()"></div>
2018-09-01 10:11:54 +08:00
<footer class="footer">
2017-02-18 16:01:06 +08:00
&copy; ${year}
<a href="${servePath}">${blogTitle}</a>
${footerContent} <span class="fn__none--m">&nbsp; • &nbsp;</span>
2018-09-01 10:11:54 +08:00
<div class="fn__none"></div>
<br/>
2017-02-18 16:01:06 +08:00
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
2018-09-01 10:11:54 +08:00
<div class="fn__none"></div>
&nbsp; &heartsuit; &nbsp;
2019-03-18 09:17:15 +08:00
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
<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>
2017-02-18 16:01:06 +08:00
</footer>
<div class="icon-up" onclick="Util.goTop()"></div>
<script type="text/javascript" src="${staticServePath}/js/lib/compress/pjax.min.js" charset="utf-8"></script>
2017-02-18 16:01:06 +08:00
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<#include "../../common-template/label.ftl">
2017-02-18 16:01:06 +08:00
${plugins}