修改皮肤bolo-fantastic网站底部
This commit is contained in:
parent
cb5548d849
commit
27265c104c
@ -69,11 +69,9 @@
|
|||||||
<div class="level-item has-text-grey">
|
<div class="level-item has-text-grey">
|
||||||
跟新于${article.articleUpdateDate?string("yyyy年MM月dd日")}
|
跟新于${article.articleUpdateDate?string("yyyy年MM月dd日")}
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<div class="level-item has-text-grey">
|
<div class="level-item has-text-grey">
|
||||||
创建于${article.articleCreateDate?string("yyyy年MM月dd日")}
|
创建于${article.articleCreateDate?string("yyyy年MM月dd日")}
|
||||||
</div>
|
</div>
|
||||||
-->
|
|
||||||
<div>
|
<div>
|
||||||
${article.articleViewCount} 浏览
|
${article.articleViewCount} 浏览
|
||||||
</div>
|
</div>
|
||||||
@ -151,16 +149,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<!-- 博客底部-->
|
|
||||||
<ins class="adsbygoogle"
|
|
||||||
style="display:block;height:90px;width:728px;margin:auto;text-align:center;"
|
|
||||||
data-ad-client="ca-pub-1331219010215317"
|
|
||||||
data-ad-slot="2801313884"
|
|
||||||
data-full-width-responsive="true">
|
|
||||||
</ins>
|
|
||||||
<script>
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
</script>
|
|
||||||
<a id="back-to-top" title="返回顶部" href="javascript:"><i class="fas fa-chevron-up"></i></a>
|
<a id="back-to-top" title="返回顶部" href="javascript:"><i class="fas fa-chevron-up"></i></a>
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
<@comment_script oId=article.oId commentable=article.commentable>
|
<@comment_script oId=article.oId commentable=article.commentable>
|
||||||
|
@ -19,24 +19,27 @@
|
|||||||
-->
|
-->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="level">
|
<div class="level footer_main">
|
||||||
<div class="level-start has-text-centered-mobile">
|
<div class="level-start has-text-centered-mobile">
|
||||||
<p class="is-size-6">
|
<div>
|
||||||
© ${.now?string('yyyy')} ${blogTitle!}
|
<#include "../../common-template/macro-user_site.ftl"/>
|
||||||
Powered by <a href="https://github.com/AdlerED/bolo-solo" target="_blank">Bolo</a>
|
<@userSite dir="n"/>
|
||||||
<br>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="level-end">
|
© ${.now?string('yyyy')} ${blogTitle!} • ${onlineVisitor1Label}${onlineVisitorCnt}
|
||||||
<a href="${servePath}/search"> 搜索</a> •
|
<br>
|
||||||
<a href="${servePath}/tags.html"> ${allTagsLabel}</a> •
|
${footerContent}
|
||||||
<a href="${servePath}/archives.html"> ${archiveLabel}</a> •
|
<br>
|
||||||
<a href="${servePath}/links.html">
|
Powered by <a href="https://github.com/AdlerED/bolo-solo" target="_blank">Bolo</a>
|
||||||
${linkLabel}
|
Theme ${skinDirName}
|
||||||
</a>
|
<sup>[<a href="https://git.zeekling.cn/zeekling/bolo-skins/src/branch/master/bolo-fantastic"
|
||||||
|
target="_blank">ref</a>]</sup>
|
||||||
|
by <a href="https://www.zeekling.cn" target="_blank">唐墨夏</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="field has-addons is-flex-center-mobile has-mt-5-mobile is-flex-wrap is-flex-middle">
|
<div class="field has-addons is-flex-center-mobile has-mt-5-mobile is-flex-wrap is-flex-middle">
|
||||||
<div>${footerContent} <br></div>
|
<#--
|
||||||
|
<#include "../../common-template/macro-user_site.ftl"/>
|
||||||
|
<@userSite dir="n"/>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -17,6 +17,23 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<style type="text/css">
|
||||||
|
.user__site {
|
||||||
|
display: inline-block;
|
||||||
|
height: 16px;
|
||||||
|
line-height: 16px;
|
||||||
|
border-bottom: 0;
|
||||||
|
margin: 8px 5px 0 0;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
.footer_main{
|
||||||
|
max-width: 600px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
padding: 1rem 1.5rem 1.5rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<nav class="navbar navbar-main is-paddingless ">
|
<nav class="navbar navbar-main is-paddingless ">
|
||||||
<div class="container ">
|
<div class="container ">
|
||||||
<div class="navbar-brand transparent">
|
<div class="navbar-brand transparent">
|
||||||
@ -33,6 +50,9 @@
|
|||||||
<div id="navMenu" class="navbar-menu transparent">
|
<div id="navMenu" class="navbar-menu transparent">
|
||||||
<div class="navbar-start transparent">
|
<div class="navbar-start transparent">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
|
<a class="navbar-item" href="${servePath}/tags.html" rel="section">${allTagsLabel}</a>
|
||||||
|
<a class="navbar-item" href="${servePath}/archives.html" rel="section">${archiveLabel}</a>
|
||||||
|
<a class="navbar-item" href="${servePath}/links.html" rel="section">${linkLabel}</a>
|
||||||
<#list pageNavigations as page>
|
<#list pageNavigations as page>
|
||||||
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
||||||
rel="section">
|
rel="section">
|
||||||
|
@ -507,4 +507,11 @@
|
|||||||
.has-text-black-ter {
|
.has-text-black-ter {
|
||||||
color: var(--color) !important;
|
color: var(--color) !important;
|
||||||
}
|
}
|
||||||
|
.user__site{
|
||||||
|
display: inline-block;
|
||||||
|
height: 16px;
|
||||||
|
line-height: 16px;
|
||||||
|
border-bottom: 0;
|
||||||
|
margin: 8px 5px 0 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user