This commit is contained in:
Van
2019-08-23 22:03:51 +08:00
parent 2aa7e6f36e
commit 739fb30584
16 changed files with 57 additions and 68 deletions

View File

@@ -43,7 +43,7 @@
<main>
<article class="post fn-wrap">
<header>
<h1 class="post-title">
<h2 class="post-title">
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
@@ -52,7 +52,7 @@
${topArticleLabel}
</sup>
</#if>
</h1>
</h2>
<section class="post-meta">
<#list article.articleTags?split(",") as articleTag>
<span>
@@ -138,7 +138,7 @@
<#if 0 != relevantArticlesDisplayCount>
page.loadRelevantArticles('${article.oId}', '<h4>${relevantArticles1Label}</h4>');
</#if>
</@comment_script>
</@comment_script>
</div>
</body>
</html>

View File

@@ -20,12 +20,12 @@
<header class="main-header"<#if !isIndex> style='height:30vh;'</#if>>
<div class="fn-vertical">
<div class="main-header-content fn-wrap">
<h1 class="page-title">
<h2 class="page-title">
<a href="${servePath}">${blogTitle}</a>
<#if "" != noticeBoard>
<small class="page-description"> &nbsp; ${blogSubtitle}</small>
</#if>
</h1>
</h2>
<h2 class="page-description">
<#if "" != noticeBoard>
${noticeBoard}
@@ -36,4 +36,4 @@
</div>
</div>
<#if isIndex><a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"></a></#if>
</header>
</header>