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

@@ -21,7 +21,7 @@
<#list articles as article>
<article class="post">
<header>
<h1>
<h2>
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
@@ -37,7 +37,7 @@
</a>
</sup>
</#if>
</h1>
</h2>
<div class="meta">
<span class="vditor-tooltipped vditor-tooltipped__n" aria-label="${createDateLabel}">
@@ -96,4 +96,4 @@
</nav>
</div>
</#if>
</div>
</div>

View File

@@ -41,7 +41,7 @@
<main>
<article class="post">
<header>
<h1>
<h2>
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
@@ -50,7 +50,7 @@
${topArticleLabel}
</sup>
</#if>
</h1>
</h2>
<div class="meta">
<span class="vditor-tooltipped vditor-tooltipped__n" aria-label="${createDateLabel}">
<i class="icon-date"></i>

File diff suppressed because one or more lines are too long

View File

@@ -545,11 +545,11 @@ aside {
}
}
.post h1 {
.post h2 {
margin-bottom: 10px;
}
.post h1 > a {
.post h2 > a {
font-size: 24px;
font-weight: 500;
text-decoration: none;
@@ -794,4 +794,4 @@ aside {
}
}
/* end responsive */
/* end responsive */