solo-skins/owmx-3.0/author-articles.ftl

29 lines
898 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="a">
<#include "header.ftl">
<div id="b">
<article>
<cite>${author1Label}</cite>
<blockquote>
${authorName}
</blockquote>
<#include "article-list.ftl">
</article>
<#include "side.ftl">
<div class="clear"></div>
</div>
<#include "footer.ftl">
</div>
</body>
</html>