This commit is contained in:
Van 2019-03-22 09:05:11 +08:00
parent ad7e12ef30
commit fbba7cde5c
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
8 changed files with 61 additions and 7 deletions

View File

@ -72,6 +72,15 @@
</a>
</li>
</ul>
<#if article?? && article.articleToC?? && article.articleToC?size &gt; 0>
<br> <br>
<div class="article-date">
${tocLabel}
</div>
<div class="arrow-right"></div>
<div class="clear"></div>
<#include "../../common-template/toc.ftl"/>
</#if>
</div>
<div class="article-main article-detail-body">
<h2 class="title">

View File

@ -32,7 +32,7 @@
</div>
<div class="content">
<h2>
${commentName1Label}${authorName}
${authorName}
</h2>
<#include "article-list.ftl">
</div>

View File

@ -31,8 +31,7 @@
<#include "header.ftl">
</div>
<div class="content">
<h2>${categoryLabel}
${category.categoryTitle}
<h2>${category.categoryTitle}
(${category.categoryTagCnt})<small> ${category.categoryDescription}</small>
</h2>
<#include "article-list.ftl">

File diff suppressed because one or more lines are too long

View File

@ -20,11 +20,27 @@
* skin community style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.1.0.1, Mar 16, 2019
* @version 2.2.0.0, Mar 22, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/toc";
@import "../../../scss/usite";
@import "vditor/src/assets/scss/classic";
.user__site {
margin: 0 8px 0;
display: inline-block;
height: 25px;
&:hover {
color: #888;
}
svg {
height: 25px;
width: 25px;
fill: currentColor;
}
}
.left {
float: left;
}
@ -754,4 +770,22 @@ a.star-icon {
margin: 3px;
cursor: pointer;
float: left;
}
#tags li {
list-style: none;
float: left;
a {
display: block;
color: #fff;
line-height: 30px;
padding: 0 10px;
margin: 0 10px 10px 0;
background-color: #9BC4CE;
&:hover {
text-decoration: none;
background-color: #B4D9E2;
}
}
}

View File

@ -28,7 +28,7 @@
${postCommentsLabel}
</div>
<div class="comment">
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment"></textarea>
<textarea rows="3" placeholder="${commentContentLabel}" id="comment"></textarea>
</div>
</#if>
</#macro>

View File

@ -19,6 +19,18 @@
-->
<div class="footer-secondary">
<div class="content">
<h4>
${noticeBoardLabel}
</h4>
<div class="arrow-right"></div>
<div class="notice">
<#include "../../common-template/macro-user_site.ftl">
<@userSite dir="n"/>
</div>
<div class="clear"></div>
<div class="hr"></div>
<#if "" != noticeBoard>
<h4>
${noticeBoardLabel}

View File

@ -31,7 +31,7 @@
<#include "header.ftl">
</div>
<div class="content">
<h2>${tag1Label}
<h2>
<a rel="alternate" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
<span id="tagArticlesTag">
${tag.tagTitle}