22 lines
651 B
Plaintext
22 lines
651 B
Plaintext
<#include "macro-head.ftl">
|
||
<!DOCTYPE html>
|
||
<html lang="zh-cmn-Hans">
|
||
<head>
|
||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
||
</@head>
|
||
</head>
|
||
<body>
|
||
<#include "side.ftl">
|
||
<main>
|
||
<h2 class="classify-name">
|
||
${categoryLabel}
|
||
${category.categoryTitle}
|
||
(${category.categoryTagCnt}):<small> ${category.categoryDescription}</small>
|
||
</h2>
|
||
<#include "article-list.ftl">
|
||
<#include "footer.ftl">
|
||
</main>
|
||
</body>
|
||
</html> |