This commit is contained in:
parent
cfceead292
commit
8acd61e237
@ -40,7 +40,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<span class="vditor-tooltipped vditor-tooltipped__n" aria-label="${createDateLabel}">
|
<span class="vditor-tooltipped vditor-tooltipped__n"
|
||||||
|
aria-label="<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>${updateDateLabel}<#else>${createDateLabel}</#if>">
|
||||||
<i class="icon-date"></i>
|
<i class="icon-date"></i>
|
||||||
<time>
|
<time>
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<span class="vditor-tooltipped vditor-tooltipped__n" aria-label="${createDateLabel}">
|
<span class="vditor-tooltipped vditor-tooltipped__n" aria-label="<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>${updateDateLabel}<#else>${createDateLabel}</#if>">
|
||||||
<i class="icon-date"></i>
|
<i class="icon-date"></i>
|
||||||
<time>
|
<time>
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
||||||
|
@ -43,11 +43,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="article-date">
|
<div class="article-date">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yyyy HH:mm:ss")}
|
${article.articleUpdateDate?string("yyyy HH:mm:ss")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yyyy HH:mm:ss")}
|
|
||||||
</#if>
|
|
||||||
by
|
by
|
||||||
<a rel="nofollow" class="underline" title="${article.authorName}" href="${servePath}/authors/${article.authorId}">
|
<a rel="nofollow" class="underline" title="${article.authorName}" href="${servePath}/authors/${article.authorId}">
|
||||||
${article.authorName}</a> |
|
${article.authorName}</a> |
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<#setting locale=localeString>
|
<#setting locale=localeString>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row article-content">
|
<div class="row article-content vditor-reset">
|
||||||
<div class="col-sm-12" id="abstract${article.oId}">
|
<div class="col-sm-12" id="abstract${article.oId}">
|
||||||
${article.articleAbstract}
|
${article.articleAbstract}
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,11 +21,7 @@
|
|||||||
<div class="marginBottom40">
|
<div class="marginBottom40">
|
||||||
<div class="article-header">
|
<div class="article-header">
|
||||||
<div class="article-date">
|
<div class="article-date">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")}
|
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yyyy-MM-dd HH:mm")}
|
|
||||||
</#if>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="arrow-right"></div>
|
<div class="arrow-right"></div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
@ -34,7 +30,8 @@
|
|||||||
<span class="left">
|
<span class="left">
|
||||||
by
|
by
|
||||||
</span>
|
</span>
|
||||||
<a rel="nofollow" class="left" title="${article.authorName}" href="${servePath}/authors/${article.authorId}">
|
<a rel="nofollow" class="left" title="${article.authorName}"
|
||||||
|
href="${servePath}/authors/${article.authorId}">
|
||||||
${article.authorName}
|
${article.authorName}
|
||||||
</a>
|
</a>
|
||||||
<span class="clear"></span>
|
<span class="clear"></span>
|
||||||
@ -93,7 +90,11 @@
|
|||||||
</#list>
|
</#list>
|
||||||
<li>
|
<li>
|
||||||
<a href="${servePath}${article.articlePermalink}">
|
<a href="${servePath}${article.articlePermalink}">
|
||||||
${createDateLabel}:${article.articleCreateDate?string("yyyy-MM-dd HH:mm")}
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
|
${updateDateLabel}
|
||||||
|
<#else>
|
||||||
|
${createDateLabel}
|
||||||
|
</#if>:${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<div class="marginBottom40">
|
<div class="marginBottom40">
|
||||||
<div class="article-header">
|
<div class="article-header">
|
||||||
<div class="article-date">
|
<div class="article-date">
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd HH")}
|
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")}
|
||||||
</div>
|
</div>
|
||||||
<div class="arrow-right"></div>
|
<div class="arrow-right"></div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
@ -30,18 +30,18 @@
|
|||||||
<div class="item__slant"></div>
|
<div class="item__slant"></div>
|
||||||
<div class="item__slant item__slant--white"></div>
|
<div class="item__slant item__slant--white"></div>
|
||||||
<div class="item__main">
|
<div class="item__main">
|
||||||
|
<span class="item__sup">
|
||||||
<#if article.articlePutTop>
|
<#if article.articlePutTop>
|
||||||
<sup class="ft__red">
|
<sup class="ft__red">
|
||||||
${topArticleLabel}
|
${topArticleLabel}
|
||||||
</sup>
|
</sup>
|
||||||
</#if>
|
</#if>
|
||||||
<#if article.hasUpdated>
|
<#if article.hasUpdated>
|
||||||
<sup>
|
<sup class="ft__red">
|
||||||
<a class="ft__red" href="${servePath}${article.articlePermalink}">
|
|
||||||
${updatedLabel}
|
${updatedLabel}
|
||||||
</a>
|
|
||||||
</sup>
|
</sup>
|
||||||
</#if>
|
</#if>
|
||||||
|
</span>
|
||||||
<h2 class="item__title">
|
<h2 class="item__title">
|
||||||
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
|
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
|
||||||
${article.articleTitle}
|
${article.articleTitle}
|
||||||
@ -51,7 +51,8 @@
|
|||||||
<#if articleTag_index == 0>
|
<#if articleTag_index == 0>
|
||||||
<div class="ico ico--${article_index % 10}"></div>
|
<div class="ico ico--${article_index % 10}"></div>
|
||||||
<#if article.category??>
|
<#if article.category??>
|
||||||
<a class="item__tag" href="${servePath}/category/${article.category.categoryURI}">${article.category.categoryTitle}</a>
|
<a class="item__tag"
|
||||||
|
href="${servePath}/category/${article.category.categoryURI}">${article.category.categoryTitle}</a>
|
||||||
<#else>
|
<#else>
|
||||||
<a rel="tag" class="item__tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">
|
<a rel="tag" class="item__tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">
|
||||||
${articleTag}
|
${articleTag}
|
||||||
|
@ -50,7 +50,11 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="ft__fade item__meta">
|
<div class="ft__fade item__meta">
|
||||||
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
|
Updated on
|
||||||
|
<#else>
|
||||||
Published on
|
Published on
|
||||||
|
</#if>
|
||||||
<time>
|
<time>
|
||||||
<#setting locale="en_US">
|
<#setting locale="en_US">
|
||||||
${article.articleUpdateDate?string["MMM d, yyyy"]}
|
${article.articleUpdateDate?string["MMM d, yyyy"]}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -318,6 +318,11 @@ a:active, a:focus, a:hover {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__sup {
|
||||||
|
position: absolute;
|
||||||
|
top: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
&__slant {
|
&__slant {
|
||||||
transform: rotate(-10deg) translate(10px, -10px);
|
transform: rotate(-10deg) translate(10px, -10px);
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
|
@ -38,18 +38,10 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="posttime-blue">
|
<div class="posttime-blue">
|
||||||
<div class="posttime-MY">
|
<div class="posttime-MY">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yyyy-MM")}
|
${article.articleUpdateDate?string("yyyy-MM")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yyyy-MM")}
|
|
||||||
</#if>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="posttime-D">
|
<div class="posttime-D">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("dd")}
|
${article.articleUpdateDate?string("dd")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("dd")}
|
|
||||||
</#if>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="article-abstract">
|
<div class="article-abstract">
|
||||||
|
@ -44,11 +44,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<span class="dateIcon"></span>
|
<span class="dateIcon"></span>
|
||||||
<span class="left">
|
<span class="left">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm:ss")}
|
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm:ss")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yyyy-MM-dd HH:mm:ss")}
|
|
||||||
</#if>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
@ -24,11 +24,7 @@
|
|||||||
<div class="article-abstract article-image">
|
<div class="article-abstract article-image">
|
||||||
<div class="fn-clear">
|
<div class="fn-clear">
|
||||||
<div class="article-date" data-ico="">
|
<div class="article-date" data-ico="">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yy-MM-dd HH:mm")}
|
${article.articleUpdateDate?string("yy-MM-dd HH:mm")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yy-MM-dd HH:mm")}
|
|
||||||
</#if>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="fn-right">
|
<div class="fn-right">
|
||||||
<a rel="nofollow" data-ico="" href="${servePath}${article.articlePermalink}#comments">
|
<a rel="nofollow" data-ico="" href="${servePath}${article.articlePermalink}#comments">
|
||||||
|
@ -41,8 +41,11 @@
|
|||||||
|
|
||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
<span>
|
<span>
|
||||||
${article.articleCreateDate?string("yyyy-MM-dd")}
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
|
${updateTimeLabel}
|
||||||
|
<#else>
|
||||||
${postTimeLabel}
|
${postTimeLabel}
|
||||||
|
</#if>
|
||||||
<time>
|
<time>
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
||||||
</time>
|
</time>
|
||||||
|
@ -51,7 +51,11 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
<span class="post-time">
|
<span class="post-time">
|
||||||
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
|
${updateTimeLabel}
|
||||||
|
<#else>
|
||||||
${postTimeLabel}
|
${postTimeLabel}
|
||||||
|
</#if>
|
||||||
<time>
|
<time>
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
||||||
</time>
|
</time>
|
||||||
@ -84,7 +88,8 @@
|
|||||||
<div class="post-nav fn-clear">
|
<div class="post-nav fn-clear">
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<div class="post-nav-prev post-nav-item fn-right">
|
<div class="post-nav-prev post-nav-item fn-right">
|
||||||
<a href="${servePath}${previousArticlePermalink}" rel="prev" title="${previousArticleTitle}">
|
<a href="${servePath}${previousArticlePermalink}" rel="prev"
|
||||||
|
title="${previousArticleTitle}">
|
||||||
${previousArticleTitle} >
|
${previousArticleTitle} >
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,10 +18,11 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Solo language configurations(en_US).
|
# Description: Solo language configurations(en_US).
|
||||||
# Version: 2.0.0.0, Feb 23, 2019
|
# Version: 2.1.0.0, Aug 27, 2019
|
||||||
# Author: Liyuan Li
|
# Author: Liyuan Li
|
||||||
#
|
#
|
||||||
|
|
||||||
|
updateTimeLabel=Update At
|
||||||
tocLabel=Article ToC
|
tocLabel=Article ToC
|
||||||
siteViewLabel=Site
|
siteViewLabel=Site
|
||||||
viewsLabel=Heat
|
viewsLabel=Heat
|
||||||
|
@ -18,10 +18,11 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Solo default language configurations(zh_CN).
|
# Description: Solo default language configurations(zh_CN).
|
||||||
# Version: 2.0.0.0, Feb 23, 2019
|
# Version: 2.1.0.0, Aug 27, 2019
|
||||||
# Author: Liyuan Li
|
# Author: Liyuan Li
|
||||||
#
|
#
|
||||||
|
|
||||||
|
updateTimeLabel=\u66F4\u65B0\u4E8E
|
||||||
tocLabel=\u6587\u7AE0\u76EE\u5F55
|
tocLabel=\u6587\u7AE0\u76EE\u5F55
|
||||||
siteViewLabel=\u7AD9\u70B9\u6982\u89C8
|
siteViewLabel=\u7AD9\u70B9\u6982\u89C8
|
||||||
viewsLabel=\u70ED\u5EA6
|
viewsLabel=\u70ED\u5EA6
|
||||||
|
@ -39,13 +39,11 @@
|
|||||||
<section class="meta">
|
<section class="meta">
|
||||||
<p>
|
<p>
|
||||||
${author1Label}<a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a> |
|
${author1Label}<a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a> |
|
||||||
<#if article.hasUpdated>
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
${updateDateLabel}:
|
${updateDateLabel}:
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")}
|
|
||||||
<#else>
|
<#else>
|
||||||
${createDateLabel}:
|
${createDateLabel}:
|
||||||
${article.articleCreateDate?string("yyyy-MM-dd HH:mm")}
|
</#if> ${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")} | ${viewCount1Label} <a rel="nofollow" href="${servePath}${article.articlePermalink}">
|
||||||
</#if> | ${viewCount1Label} <a rel="nofollow" href="${servePath}${article.articlePermalink}">
|
|
||||||
<span class="left article-browserIcon" title="${viewLabel}"></span>
|
<span class="left article-browserIcon" title="${viewLabel}"></span>
|
||||||
${article.articleViewCount}
|
${article.articleViewCount}
|
||||||
</a> | ${commentCount1Label}
|
</a> | ${commentCount1Label}
|
||||||
|
@ -51,7 +51,11 @@
|
|||||||
<section class="meta">
|
<section class="meta">
|
||||||
<p>
|
<p>
|
||||||
${author1Label}<a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a> |
|
${author1Label}<a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a> |
|
||||||
${updateDateLabel}:${article.articleUpdateDate?string("yyyy-MM-dd HH:mm:ss")}
|
<#if article.articleCreateDate?datetime != article.articleUpdateDate?datetime>
|
||||||
|
${updateDateLabel}:
|
||||||
|
<#else>
|
||||||
|
${createDateLabel}:
|
||||||
|
</#if>${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")} |
|
||||||
${viewCount1Label}<a rel="nofollow" href="${servePath}${article.articlePermalink}">
|
${viewCount1Label}<a rel="nofollow" href="${servePath}${article.articlePermalink}">
|
||||||
<span class="left article-browserIcon" title="${viewLabel}"></span>
|
<span class="left article-browserIcon" title="${viewLabel}"></span>
|
||||||
${article.articleViewCount}
|
${article.articleViewCount}
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
<div class="arrow"></div>
|
<div class="arrow"></div>
|
||||||
<time class="article-time">
|
<time class="article-time">
|
||||||
<span>
|
<span>
|
||||||
${article.articleCreateDate?string("yy-MM-dd HH:mm")}
|
${article.articleUpdateDate?string("yy-MM-dd HH:mm")}
|
||||||
</span>
|
</span>
|
||||||
</time>
|
</time>
|
||||||
<h3 class="article-title">
|
<h3 class="article-title">
|
||||||
@ -108,7 +108,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<#if paginationCurrentPageNum != paginationPageCount && 0 != paginationPageCount && !article_has_next>
|
<#if paginationCurrentPageNum != paginationPageCount && 0 != paginationPageCount && !article_has_next>
|
||||||
<div class="article-more" onclick="timeline.getNextPage(this, '${article.articleCreateDate?string("yyyy/MM")}')" data-page="${paginationCurrentPageNum}">${moreLabel}</div>
|
<div class="article-more" onclick="timeline.getNextPage(this, '${article.articleUpdateDate?string("yyyy/MM")}')" data-page="${paginationCurrentPageNum}">${moreLabel}</div>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
|
@ -38,11 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="left article-info">
|
<div class="left article-info">
|
||||||
<div class="article-date">
|
<div class="article-date">
|
||||||
<#if article.hasUpdated>
|
|
||||||
${article.articleUpdateDate?string("yyyy-MM-dd")}<br>${article.articleUpdateDate?string("HH:mm:ss")}
|
${article.articleUpdateDate?string("yyyy-MM-dd")}<br>${article.articleUpdateDate?string("HH:mm:ss")}
|
||||||
<#else>
|
|
||||||
${article.articleCreateDate?string("yyyy-MM-dd")}<br>${article.articleCreateDate?string("HH:mm:ss")}
|
|
||||||
</#if>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="article-comment">
|
<div class="article-comment">
|
||||||
<a rel="nofollow" href="${servePath}${article.articlePermalink}#comments">
|
<a rel="nofollow" href="${servePath}${article.articlePermalink}#comments">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user