This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -428,6 +428,7 @@ aside {
|
|||||||
.navbar {
|
.navbar {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
overflow: hidden;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -707,6 +708,10 @@ aside {
|
|||||||
margin: 13px 3px 0 0;
|
margin: 13px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article__toc {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
|||||||
@@ -22,8 +22,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -95,6 +95,5 @@ var Skin = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
Util.init()
|
|
||||||
Skin.init()
|
Skin.init()
|
||||||
})
|
})
|
||||||
@@ -60,11 +60,8 @@
|
|||||||
|
|
||||||
<div class="module meta">
|
<div class="module meta">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="fn__clear">
|
<h2 class="ft__center">
|
||||||
${adminUser.userName}
|
|
||||||
<div class="fn__right">
|
|
||||||
<@userSite dir="nw"></@userSite>
|
<@userSite dir="nw"></@userSite>
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<main class="fn__clear">
|
<main class="fn__clear">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
71
Andrea/archives.ftl
Normal file
71
Andrea/archives.ftl
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
<#--
|
||||||
|
|
||||||
|
Solo - A small and beautiful blogging system written in Java.
|
||||||
|
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
|
</@head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
${topBarReplacement}
|
||||||
|
<#include "side-tool.ftl">
|
||||||
|
<div class="wrapper">
|
||||||
|
<#include "header.ftl">
|
||||||
|
<div>
|
||||||
|
<div class="main">
|
||||||
|
<div class="main-content vditor-content">
|
||||||
|
<#if 0 != archiveDates?size>
|
||||||
|
<ul id="tags" class="fn__clear">
|
||||||
|
<#list archiveDates as archiveDate>
|
||||||
|
<li>
|
||||||
|
<#if "en" == localeString?substring(0, 2)>
|
||||||
|
<a class="post-title" href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}">
|
||||||
|
${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount})
|
||||||
|
</a>
|
||||||
|
<#else>
|
||||||
|
<a class="post-title" href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}">
|
||||||
|
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})
|
||||||
|
</a>
|
||||||
|
</#if>
|
||||||
|
</li>
|
||||||
|
</#list>
|
||||||
|
</ul>
|
||||||
|
</#if>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
<div class="main-footer"></div>
|
||||||
|
</div>
|
||||||
|
<div class="side-navi">
|
||||||
|
<#include "side.ftl">
|
||||||
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
<div class="brush">
|
||||||
|
<div class="brush-icon"></div>
|
||||||
|
<div id="brush"></div>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<#include "footer.ftl">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}" />
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}" />
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${topBarReplacement}
|
${topBarReplacement}
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${authorName} - ${blogTitle}">
|
<@head title="${authorName} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${authorName}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -19,9 +19,12 @@
|
|||||||
* skin andrea style
|
* skin andrea style
|
||||||
*
|
*
|
||||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @version 2.1.0.1, Mar 16, 2019
|
* @version 2.2.0.0, Mar 21, 2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "../../../scss/toc";
|
||||||
@import "vditor/src/assets/scss/classic";
|
@import "vditor/src/assets/scss/classic";
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@@ -39,6 +42,7 @@
|
|||||||
.clear:after {
|
.clear:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.none {
|
.none {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -51,18 +55,19 @@
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin5 {
|
.margin12 {
|
||||||
margin: 5px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b3-solo-list {
|
.margin5 {
|
||||||
display: none;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, dd, div, dl, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, ul {
|
body, dd, div, dl, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("../images/bg-grey.jpg");
|
background-image: url("../images/bg-grey.jpg");
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
@@ -136,7 +141,7 @@ img {
|
|||||||
margin: 18px 0 0 37px;
|
margin: 18px 0 0 37px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .left a, .sub-title {
|
.header .left a {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-family: '\5fae\8f6f\96c5\9ed1', Arial, Verdana, sans-serif;
|
font-family: '\5fae\8f6f\96c5\9ed1', Arial, Verdana, sans-serif;
|
||||||
font-size: 46px;
|
font-size: 46px;
|
||||||
@@ -144,7 +149,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sub-title {
|
.sub-title {
|
||||||
color: #000000;
|
color: #333;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@@ -283,9 +288,9 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-abstract {
|
.article-abstract {
|
||||||
border-top: 2px dashed #F1EEE9;
|
border-bottom: 2px dashed #F1EEE9;
|
||||||
margin-top: 15px;
|
margin-bottom: 20px;
|
||||||
padding: 20px 0 25px 0;
|
padding: 15px 0 15px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 145%;
|
line-height: 145%;
|
||||||
}
|
}
|
||||||
@@ -327,10 +332,25 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* side */
|
/* side */
|
||||||
.side-navi ul {
|
.side-navi {
|
||||||
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user__site {
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 6px;
|
||||||
|
svg {
|
||||||
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
color: #EAE7E0;
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.side-navi .item {
|
.side-navi .item {
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
background: url("../images/bg-transparent.png") repeat scroll 0 0 transparent;
|
background: url("../images/bg-transparent.png") repeat scroll 0 0 transparent;
|
||||||
@@ -390,12 +410,15 @@ img {
|
|||||||
#naviComments li a {
|
#naviComments li a {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#naviComments li br {
|
#naviComments li br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#naviComments li p {
|
#naviComments li p {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#naviComments li a.author {
|
#naviComments li a.author {
|
||||||
color: #BE0700;
|
color: #BE0700;
|
||||||
}
|
}
|
||||||
@@ -519,20 +542,20 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* article */
|
/* article */
|
||||||
.vditor-reset {
|
//.vditor-reset {
|
||||||
border-top: 2px dashed #F1EEE9;
|
// border-top: 2px dashed #F1EEE9;
|
||||||
margin-top: 15px;
|
// margin-top: 15px;
|
||||||
overflow: hidden;
|
// overflow: hidden;
|
||||||
padding: 20px 0 25px;
|
// padding: 20px 0 25px;
|
||||||
line-height: 145%;
|
// line-height: 145%;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
.vditor-reset p:first-child:first-letter, .vditor-reset:first-letter{
|
//.vditor-reset p:first-child:first-letter, .vditor-reset:first-letter{
|
||||||
font-size: 48px;
|
// font-size: 48px;
|
||||||
float: left;
|
// float: left;
|
||||||
font-weight: bold;
|
// font-weight: bold;
|
||||||
margin: 0 3px 3px 0;
|
// margin: 0 3px 3px 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
.article-relative {
|
.article-relative {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
@@ -548,7 +571,8 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#randomArticles, .relevantArticles {
|
#randomArticles, .relevantArticles {
|
||||||
width: 262px;overflow: hidden;
|
width: 262px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* comments */
|
/* comments */
|
||||||
@@ -670,3 +694,18 @@ h2.comment-label {
|
|||||||
#tagsPanel a:hover {
|
#tagsPanel a:hover {
|
||||||
border: 1px solid #BE0700;
|
border: 1px solid #BE0700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tags li {
|
||||||
|
border-radius: 5px;
|
||||||
|
background: url(../images/bg-transparent.png) repeat scroll 0 0 transparent;
|
||||||
|
border: 1px solid #999999;
|
||||||
|
float: left;
|
||||||
|
list-style: none;
|
||||||
|
line-height: 20px;
|
||||||
|
padding: 3px 6px;
|
||||||
|
margin: 0 12px 12px 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -23,12 +23,13 @@
|
|||||||
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a> by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
|
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a> by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<script src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}"></script>
|
||||||
|
<#include "../../common-template/label.ftl">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// init brush
|
// init brush
|
||||||
var buildBrush = function () {
|
var buildBrush = function () {
|
||||||
$("#brush").height(document.documentElement.scrollHeight - document.documentElement.clientHeight).css("background-position",
|
$("#brush").height($('body').height() - $(window).height() + 200).css("background-position",
|
||||||
parseInt((document.documentElement.scrollWidth - 910) / 2 - 56) + "px -150px");
|
parseInt((document.documentElement.scrollWidth - 910) / 2 - 56) + "px -200px");
|
||||||
};
|
};
|
||||||
|
|
||||||
// init
|
// init
|
||||||
|
|||||||
@@ -25,27 +25,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<span class="sub-title">${blogSubtitle}</span>
|
<span class="sub-title">${blogSubtitle}</span>
|
||||||
<div>
|
|
||||||
<span>
|
|
||||||
${viewCount1Label}
|
|
||||||
<span class='error-msg'>
|
|
||||||
${statistic.statisticBlogViewCount}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
${articleCount1Label}
|
|
||||||
<span class='error-msg'>
|
|
||||||
${statistic.statisticPublishedBlogArticleCount}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
${commentCount1Label}
|
|
||||||
<span class='error-msg'>
|
|
||||||
${statistic.statisticPublishedBlogCommentCount}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<span class="clear"></span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Solo language configurations(en_US).
|
# Description: Solo language configurations(en_US).
|
||||||
# Version: 3.0.0.0, Feb 23, 2019
|
# Version: 3.2.0.0, Mar 20, 2019
|
||||||
# Author: Liang Ding
|
# Author: Liang Ding
|
||||||
# Author: Vanessa
|
# Author: Vanessa
|
||||||
#
|
#
|
||||||
@@ -65,3 +65,4 @@ canntBeLocalhostOnProductionLabel=Can not set host as localhost on production!
|
|||||||
noDataLable=NO Data
|
noDataLable=NO Data
|
||||||
####
|
####
|
||||||
confirmRemoveLabel=Are You Sure?
|
confirmRemoveLabel=Are You Sure?
|
||||||
|
moreArchiveLabel=More Archive
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Solo default language configurations(zh_CN).
|
# Description: Solo default language configurations(zh_CN).
|
||||||
# Version: 3.0.0.0, Feb 23, 2019
|
# Version: 3.2.0.0, Mar 20, 2019
|
||||||
# Author: Liang Ding
|
# Author: Liang Ding
|
||||||
# Author: Vanessa
|
# Author: Vanessa
|
||||||
#
|
#
|
||||||
@@ -66,3 +66,4 @@ canntBeLocalhostOnProductionLabel=GAE \u73AF\u5883\u4E0A\u8BF7\u52FF\u6307\u5B9A
|
|||||||
noDataLable=\u65E0\u6570\u636E
|
noDataLable=\u65E0\u6570\u636E
|
||||||
####
|
####
|
||||||
confirmRemoveLabel=\u786E\u5B9A\u5220\u9664\uFF1F
|
confirmRemoveLabel=\u786E\u5B9A\u5220\u9664\uFF1F
|
||||||
|
moreArchiveLabel=\u66F4\u591A\u5B58\u6863
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}" />
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,14 +17,55 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#if "" != noticeBoard>
|
|
||||||
<div class="item" style="margin-top: -35px;">
|
<div class="item" style="margin-top: -35px;">
|
||||||
<h4>${noticeBoardLabel}</h4>
|
<#include "../../common-template/macro-user_site.ftl">
|
||||||
<div class="marginLeft12 marginTop12">
|
<h4>
|
||||||
|
<@userSite dir="nw"></@userSite>
|
||||||
|
</h4>
|
||||||
|
<dl>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
${viewCount1Label}
|
||||||
|
<span class='error-msg'>
|
||||||
|
${statistic.statisticBlogViewCount}
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
${articleCount1Label}
|
||||||
|
<span class='error-msg'>
|
||||||
|
${statistic.statisticPublishedBlogArticleCount}
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
${commentCount1Label}
|
||||||
|
<span class='error-msg'>
|
||||||
|
${statistic.statisticPublishedBlogCommentCount}
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<#if "" != noticeBoard>
|
||||||
|
<div class="margin12">
|
||||||
${noticeBoard}
|
${noticeBoard}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</#if>
|
</#if>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<#if article?? && article.articleToC?? && article.articleToC?size > 0>
|
||||||
|
<div class="item">
|
||||||
|
<dl>
|
||||||
|
<dd>
|
||||||
|
<h4>${tocLabel}</h4>
|
||||||
|
<#include "../../common-template/toc.ftl"/>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<#else>
|
||||||
<#if 0 != recentComments?size || 0 != mostCommentArticles?size || 0 != mostViewCountArticles?size>
|
<#if 0 != recentComments?size || 0 != mostCommentArticles?size || 0 != mostViewCountArticles?size>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<dl>
|
<dl>
|
||||||
@@ -34,7 +75,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<#list mostCommentArticles as article>
|
<#list mostCommentArticles as article>
|
||||||
<li>
|
<li>
|
||||||
<a rel="nofollow" title="${article.articleTitle}" href="${servePath}${article.articlePermalink}">
|
<a rel="nofollow" title="${article.articleTitle}"
|
||||||
|
href="${servePath}${article.articlePermalink}">
|
||||||
<sup>[${article.articleCommentCount}]</sup>
|
<sup>[${article.articleCommentCount}]</sup>
|
||||||
${article.articleTitle}
|
${article.articleTitle}
|
||||||
</a>
|
</a>
|
||||||
@@ -102,7 +144,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<#list mostUsedTags as tag>
|
<#list mostUsedTags as tag>
|
||||||
<li>
|
<li>
|
||||||
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})"
|
||||||
|
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
||||||
${tag.tagTitle} (${tag.tagPublishedRefCount})</a>
|
${tag.tagTitle} (${tag.tagPublishedRefCount})</a>
|
||||||
</li>
|
</li>
|
||||||
</#list>
|
</#list>
|
||||||
@@ -125,7 +168,8 @@
|
|||||||
${link.linkTitle}</a>
|
${link.linkTitle}</a>
|
||||||
<img onclick="window.location='${link.linkAddress}'"
|
<img onclick="window.location='${link.linkAddress}'"
|
||||||
alt="${link.linkTitle}"
|
alt="${link.linkTitle}"
|
||||||
src="${faviconAPI}<#list link.linkAddress?split('/') as x><#if x_index=2>${x}<#break></#if></#list>" width="16" height="16" />
|
src="${faviconAPI}<#list link.linkAddress?split('/') as x><#if x_index=2>${x}<#break></#if></#list>"
|
||||||
|
width="16" height="16"/>
|
||||||
</li>
|
</li>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -145,13 +189,19 @@
|
|||||||
<#if "en" == localeString?substring(0, 2)>
|
<#if "en" == localeString?substring(0, 2)>
|
||||||
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"
|
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"
|
||||||
title="${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount})">
|
title="${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount})">
|
||||||
${archiveDate.monthName} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount})</a>
|
${archiveDate.monthName} ${archiveDate.archiveDateYear}
|
||||||
|
(${archiveDate.archiveDatePublishedArticleCount})</a>
|
||||||
<#else>
|
<#else>
|
||||||
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"
|
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"
|
||||||
title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})">
|
title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})">
|
||||||
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} (${archiveDate.archiveDatePublishedArticleCount})</a>
|
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}
|
||||||
|
(${archiveDate.archiveDatePublishedArticleCount})</a>
|
||||||
</#if>
|
</#if>
|
||||||
</li>
|
</li>
|
||||||
|
<#elseif archiveDate_index == 10>
|
||||||
|
<li>
|
||||||
|
<a href="${servePath}/archives.html">${moreArchiveLabel}</a>
|
||||||
|
</li>
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -159,3 +209,4 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
</#if>
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Andrea skin.
|
# Description: Andrea skin.
|
||||||
# Version: 1.0.0.8, Nov 21, 2012
|
# Version: 1.0.0.8, Mar 20, 2019
|
||||||
# Author: Liyuan Li
|
# Author: Liyuan Li
|
||||||
#
|
#
|
||||||
|
|
||||||
name=Andrea
|
name=Andrea
|
||||||
memo=Refers to http://www.madeincima.eu
|
memo=https://github.com/b3log/solo-skins
|
||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -33,8 +32,8 @@
|
|||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<div>
|
<div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="main-content">
|
<div class="main-content vditor-content">
|
||||||
<ul id="tags">
|
<ul id="tags" class="fn__clear">
|
||||||
<#list tags as tag>
|
<#list tags as tag>
|
||||||
<li>
|
<li>
|
||||||
<a rel="tag" data-count="${tag.tagPublishedRefCount}"
|
<a rel="tag" data-count="${tag.tagPublishedRefCount}"
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveLabel} - ${blogTitle}">
|
<@head title="${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${archiveLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}" />
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}" />
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/bootstrap${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/bootstrap${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
<script>
|
<script>
|
||||||
Util.setTopBar()
|
Util.setTopBar()
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${linkLabel} - ${blogTitle}">
|
<@head title="${linkLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${linkLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${linkLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/bootstrap.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}" />
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}" />
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}" />
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${topBarReplacement}
|
${topBarReplacement}
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${authorName} - ${blogTitle}">
|
<@head title="${authorName} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${authorName}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
maxLength = parseInt("${mostCommentArticles?size}");
|
maxLength = parseInt("${mostCommentArticles?size}");
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}" />
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveLabel} - ${blogTitle}">
|
<@head title="${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${archiveLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}" />
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}" />
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${authorName} - ${blogTitle}">
|
<@head title="${authorName} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${authorName}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${categoryLabel} - ${blogTitle}">
|
<@head title="${categoryLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${categoryLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list mostUsedCategories as category>${category.categoryTitle}<#if category_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${dynamicLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${dynamicLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${dynamicLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -30,5 +30,5 @@
|
|||||||
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${linkLabel} - ${blogTitle}">
|
<@head title="${linkLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${linkLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${linkLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}" />
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="nav-closed">
|
<body class="nav-closed">
|
||||||
|
|||||||
@@ -17,15 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords"
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveLabel} - ${blogTitle}">
|
<@head title="${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${archiveLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}"/>
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}"/>
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${categoryLabel} - ${blogTitle}">
|
<@head title="${categoryLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${categoryLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list categories as category>${category.categoryTitle}<#if category_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -38,5 +38,5 @@
|
|||||||
<script type="text/javascript" src="${staticServePath}/js/lib/compress/pjax.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/compress/pjax.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
1
Jane/js/isotope.pkgd.min.js
vendored
1
Jane/js/isotope.pkgd.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${linkLabel} - ${blogTitle}">
|
<@head title="${linkLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${linkLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${linkLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,39 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="apple-touch-icon" href="${faviconURL}">
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="${faviconURL}">
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -51,22 +50,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
|
||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/isotope.pkgd.min.js"
|
|
||||||
charset="utf-8"></script>
|
|
||||||
<script>
|
|
||||||
$('.tags').isotope({
|
|
||||||
transitionDuration: '1.5s',
|
|
||||||
itemSelector: '.ft__red',
|
|
||||||
layoutMode: 'fitRows',
|
|
||||||
getSortData: {
|
|
||||||
name: '.name'
|
|
||||||
}
|
|
||||||
})
|
|
||||||
$('.tags').isotope({
|
|
||||||
sortBy: 'name',
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
<#if pjax><!---- pjax {#pjax} end ----></#if>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveLabel} - ${blogTitle}">
|
<@head title="${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${archiveLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}"/>
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}"/>
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -46,5 +46,5 @@
|
|||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}"
|
src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}"
|
||||||
charset="utf-8"></script>
|
charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${linkLabel} - ${blogTitle}">
|
<@head title="${linkLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${linkLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${linkLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,38 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}" />
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}" />
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta name="twitter:site" content="@DL88250"/>
|
|
||||||
<meta name="twitter:creator" content="@DL88250"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${topBarReplacement}
|
${topBarReplacement}
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${authorName} - ${blogTitle}">
|
<@head title="${authorName} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${authorName}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -32,5 +32,5 @@
|
|||||||
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
<#--
|
|
||||||
|
|
||||||
Solo - A small and beautiful blogging system written in Java.
|
|
||||||
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
-->
|
|
||||||
<#macro head title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>${title}</title>
|
|
||||||
<#nested>
|
|
||||||
<meta name="author" content="${blogTitle?html}" />
|
|
||||||
<meta name="generator" content="Solo" />
|
|
||||||
<meta name="owner" content="B3log Team" />
|
|
||||||
<meta name="revised" content="${blogTitle?html}, ${year}" />
|
|
||||||
<meta name="copyright" content="B3log" />
|
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
|
|
||||||
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
|
|
||||||
<link rel="icon" type="image/png" href="${faviconURL}" />
|
|
||||||
<link rel="manifest" href="${servePath}/manifest.json">
|
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">
|
|
||||||
${htmlHead}
|
|
||||||
</#macro>
|
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${page.pageTitle} - ${blogTitle}">
|
<@head title="${page.pageTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription}" />
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${tag.tagTitle} - ${blogTitle}">
|
<@head title="${tag.tagTitle} ${tagLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${allTagsLabel} - ${blogTitle}">
|
<@head title="${allTagsLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${allTagsLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,15 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
|
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords"
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
|
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${archiveLabel} - ${blogTitle}">
|
<@head title="${archiveLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${archiveLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${archiveLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
|
|||||||
@@ -17,36 +17,22 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<#include "macro-comments.ftl">
|
<#include "macro-comments.ftl">
|
||||||
<#include "../../common-template/macro-comment_script.ftl">
|
<#include "../../common-template/macro-comment_script.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${article.articleTitle} - ${blogTitle}">
|
<@head title="${article.articleTitle} - ${blogTitle}" description="${article.articleAbstract?html}">
|
||||||
<meta name="keywords" content="${article.articleTags}"/>
|
<link rel="stylesheet"
|
||||||
<meta name="description" content="${article.articleAbstract?html}"/>
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
</@head>
|
|
||||||
<#if previousArticlePermalink??>
|
<#if previousArticlePermalink??>
|
||||||
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
<link rel="prev" title="${previousArticleTitle}" href="${servePath}${previousArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
<link rel="next" title="${nextArticleTitle}" href="${servePath}${nextArticlePermalink}">
|
||||||
</#if>
|
</#if>
|
||||||
<!-- Open Graph -->
|
</@head>
|
||||||
<meta property="og:locale" content="zh_CN"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
|
||||||
<meta property="og:title" content="${article.articleTitle}"/>
|
|
||||||
<meta property="og:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta property="og:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta property="og:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
<meta property="og:site_name" content="Solo"/>
|
|
||||||
<!-- Twitter Card -->
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:description" content="${article.articleAbstract?html}"/>
|
|
||||||
<meta name="twitter:title" content="${article.articleTitle}"/>
|
|
||||||
<meta name="twitter:image" content="${article.authorThumbnailURL}"/>
|
|
||||||
<meta name="twitter:url" content="${servePath}${article.articlePermalink}"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
|
|||||||
@@ -17,14 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description"
|
|
||||||
content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
|
|||||||
@@ -82,5 +82,5 @@
|
|||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}"
|
src="${staticServePath}/skins/${skinDirName}/js/common${miniPostfix}.js?${staticResourceVersion}"
|
||||||
charset="utf-8"></script>
|
charset="utf-8"></script>
|
||||||
<#include "../../common-template/skin-script.ftl">
|
<#include "../../common-template/label.ftl">
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -17,17 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${blogTitle}">
|
<@head title="${blogTitle}">
|
||||||
<#if metaKeywords??>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="keywords" content="${metaKeywords}"/>
|
|
||||||
</#if>
|
|
||||||
<#if metaDescription??>
|
|
||||||
<meta name="description" content="${metaDescription}"/>
|
|
||||||
</#if>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<#include "macro-head.ftl">
|
<#include "../../common-template/macro-common_head.ftl">
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<@head title="${linkLabel} - ${blogTitle}">
|
<@head title="${linkLabel} - ${blogTitle}">
|
||||||
<meta name="keywords" content="${metaKeywords},${linkLabel}"/>
|
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
||||||
<meta name="description" content="${metaDescription},${linkLabel}"/>
|
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user