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

@@ -30,9 +30,11 @@
</sup>
</#if>
<#if article.hasUpdated>
<sup>
${updatedLabel}
</sup>
<sup>
<a href="${servePath}${article.articlePermalink}">
${updatedLabel}
</a>
</sup>
</#if>
</h2>
<time><span class="icon-date"></span> ${article.articleUpdateDate?string("yyyy-MM-dd")}</time>

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.5.0.0, Aug 2, 2019
* @version 2.6.0.0, Aug 2, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/usite";
@@ -605,6 +605,19 @@ article header sup {
font-size: 14px;
font-weight: normal;
color: #999;
a {
cursor: text;
color: #999;
&:hover {
color: #999;
}
&:visited {
color: #fff;
}
}
}
article header time {
@@ -988,7 +1001,7 @@ footer.footer .icon-goup:hover {
}
.side .avatar {
display: none;
display: none;
}
.side .content {