修改皮肤bolo-fantastic网站底部
This commit is contained in:
parent
cb5548d849
commit
27265c104c
@ -69,11 +69,9 @@
|
||||
<div class="level-item has-text-grey">
|
||||
跟新于${article.articleUpdateDate?string("yyyy年MM月dd日")}
|
||||
</div>
|
||||
<!--
|
||||
<div class="level-item has-text-grey">
|
||||
创建于${article.articleCreateDate?string("yyyy年MM月dd日")}
|
||||
</div>
|
||||
-->
|
||||
<div>
|
||||
${article.articleViewCount} 浏览
|
||||
</div>
|
||||
@ -151,16 +149,6 @@
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
<#include "footer.ftl">
|
||||
<@comment_script oId=article.oId commentable=article.commentable>
|
||||
|
@ -19,24 +19,27 @@
|
||||
-->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="level">
|
||||
<div class="level footer_main">
|
||||
<div class="level-start has-text-centered-mobile">
|
||||
<p class="is-size-6">
|
||||
© ${.now?string('yyyy')} ${blogTitle!}
|
||||
<div>
|
||||
<#include "../../common-template/macro-user_site.ftl"/>
|
||||
<@userSite dir="n"/>
|
||||
</div>
|
||||
© ${.now?string('yyyy')} ${blogTitle!} • ${onlineVisitor1Label}${onlineVisitorCnt}
|
||||
<br>
|
||||
${footerContent}
|
||||
<br>
|
||||
Powered by <a href="https://github.com/AdlerED/bolo-solo" target="_blank">Bolo</a>
|
||||
<br>
|
||||
</p>
|
||||
Theme ${skinDirName}
|
||||
<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 class="level-end">
|
||||
<a href="${servePath}/search"> 搜索</a> •
|
||||
<a href="${servePath}/tags.html"> ${allTagsLabel}</a> •
|
||||
<a href="${servePath}/archives.html"> ${archiveLabel}</a> •
|
||||
<a href="${servePath}/links.html">
|
||||
${linkLabel}
|
||||
</a>
|
||||
</div>
|
||||
<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>
|
||||
|
@ -17,6 +17,23 @@
|
||||
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 ">
|
||||
<div class="container ">
|
||||
<div class="navbar-brand transparent">
|
||||
@ -33,6 +50,9 @@
|
||||
<div id="navMenu" class="navbar-menu transparent">
|
||||
<div class="navbar-start transparent">
|
||||
<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>
|
||||
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
||||
rel="section">
|
||||
|
@ -507,4 +507,11 @@
|
||||
.has-text-black-ter {
|
||||
color: var(--color) !important;
|
||||
}
|
||||
</style>
|
||||
.user__site{
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
border-bottom: 0;
|
||||
margin: 8px 5px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user