solo-third-skins/Shawn/author-articles.ftl
Ansen c0253332b0 add skins
add skins
2012-12-26 17:46:04 +08:00

24 lines
761 B
Plaintext

<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${authorName} - ${blogTitle}">
<meta name="keywords" content="${metaKeywords},${authorName}"/>
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
</@head>
</head>
<body>
${topBarReplacement}
<div id="loading" style="display: none; "></div>
<div id="page">
<#include "header.ftl">
<div id="content">
<h2>${author1Label}${authorName}</h2>
<#include "article-list.ftl">
</div>
<#include "side.ftl">
<#include "footer.ftl">
</div>
</body>
</html>