This commit is contained in:
Van
2019-08-02 22:16:31 +08:00
parent 1f94084f11
commit 64085edc97
54 changed files with 482 additions and 144 deletions

View File

@@ -23,15 +23,17 @@
<a rel="bookmark" class="no-underline" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
<#if article.hasUpdated>
<sup class="red">
${updatedLabel}
</sup>
</#if>
<#if article.articlePutTop>
<sup class="red">
${topArticleLabel}
</sup>
<sup>
${topArticleLabel}
</sup>
</#if>
<#if article.hasUpdated>
<sup>
<a href="${servePath}${article.articlePermalink}">
${updatedLabel}
</a>
</sup>
</#if>
</h2>
<div class="margin5">

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@
* skin i-nove style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.2.0.0, Jul 17, 2019
* @version 2.3.0.0, JAug 2, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/reset";
@@ -277,6 +277,19 @@ h5 {
.article-title sup {
font-size: 12px;
a {
color: #555555;
cursor: text;
&:hover {
color: #555555;
}
&:visited {
color: #fff;
}
}
}
.article-title a {