This commit is contained in:
@@ -22,15 +22,17 @@
|
||||
<a rel="bookmark" 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 class="sup" href="${servePath}${article.articlePermalink}">
|
||||
${updatedLabel}
|
||||
</a>
|
||||
</sup>
|
||||
</#if>
|
||||
</h1>
|
||||
<div class="vditor-reset">${article.articleAbstract}</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -29,7 +29,7 @@ Update: Dongxu Wang 2011-02-24
|
||||
/*
|
||||
* skin owmx-3.0 style
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
* @version 2.4.0.0, Aug 2, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
@@ -148,6 +148,23 @@ sup {
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
a.sup {
|
||||
color: #444;
|
||||
cursor: text;
|
||||
font-size: 12.5px;
|
||||
|
||||
&:link {
|
||||
color: #444;
|
||||
}
|
||||
&:hover {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
/* Header */
|
||||
header {
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user