标签页列表
This commit is contained in:
parent
803649aa31
commit
d4bb2c03ea
@ -7,19 +7,23 @@
|
|||||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="home page top-navbar">
|
||||||
${topBarReplacement}
|
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<div class="main">
|
<div id="wrap" class="container" role="document">
|
||||||
<div class="wrapper">
|
<div id="content" class="row">
|
||||||
<h2>
|
<div id="main" class="span8" role="main">
|
||||||
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
|
<h4>
|
||||||
|
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
|
||||||
${tag1Label}
|
${tag1Label}
|
||||||
${tag.tagTitle}
|
${tag.tagTitle}
|
||||||
(${tag.tagPublishedRefCount})
|
(${tag.tagPublishedRefCount})
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h4>
|
||||||
<#include "article-list.ftl">
|
<#include "article-list.ftl">
|
||||||
|
</div>
|
||||||
|
<aside id="sidebar" class="span4">
|
||||||
|
<#include "side.ftl">
|
||||||
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user