页面标题优化

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>
</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>

View File

@ -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>