This commit is contained in:
@@ -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>
|
||||
|
@@ -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
@@ -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 */
|
||||
|
Reference in New Issue
Block a user