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

@@ -36,15 +36,17 @@
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
<#if article.hasUpdated>
<sup class="post-tip">
${updatedLabel}
</sup>
</#if>
<#if article.articlePutTop>
<sup class="post-tip">
${topArticleLabel}
</sup>
<sup class="post-tip">
${topArticleLabel}
</sup>
</#if>
<#if article.hasUpdated>
<sup>
<a class="post-tip" href="${servePath}${article.articlePermalink}">
${updatedLabel}
</a>
</sup>
</#if>
</h2>
</header>

File diff suppressed because one or more lines are too long

View File

@@ -21,7 +21,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.4.0.0, Jul 17, 2019
* @version 2.5.0.0, Aug 2, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/usite";
@@ -799,6 +799,15 @@ article.post:after {
font-size: 1.3rem;
white-space: nowrap;
color: #9EABB3;
cursor: text;
&:hover {
color: #9EABB3;
}
&:visited {
color: #fff;
}
}
.post-excerpt p {