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