页面标题优化
parent
c51150de00
commit
f4c372bef2
|
@ -51,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<#if is_post??>
|
<#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>
|
<#if index>
|
||||||
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
|
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
|
||||||
<#else>
|
<#else>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
</h1>
|
</h1>
|
||||||
<#else>
|
<#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>
|
<#if index>
|
||||||
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
|
<a class="has-link-black-ter" href="${post.fullPath!}">${post.title!}</a>
|
||||||
<#else>
|
<#else>
|
||||||
|
|
|
@ -358,4 +358,8 @@
|
||||||
.right-tips{
|
.right-tips{
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
.post-article {
|
||||||
|
border-top: 2px dashed #c5c5c5;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue