页面标题优化

pull/5/head
新逸Cary 2020-07-10 19:41:08 +08:00
parent c51150de00
commit f4c372bef2
2 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</div>
</div>
<#if is_post??>
<h1 class="title is-size-3 is-size-4-mobile has-text-weight-normal">
<h1 class="title is-size-3 is-size-4-mobile">
<#if index>
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
<#else>
@ -59,7 +59,7 @@
</#if>
</h1>
<#else>
<h1 class="title is-size-5 is-size-5-mobile has-text-weight-normal">
<h1 class="title is-size-5 is-size-5-mobile">
<#if index>
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
<#else>

View File

@ -358,4 +358,8 @@
.right-tips{
z-index: 99;
}
.post-article {
border-top: 2px dashed #c5c5c5;
padding-top: 15px;
}
</style>