This commit is contained in:
Van
2019-08-23 22:03:51 +08:00
parent 2aa7e6f36e
commit 739fb30584
16 changed files with 57 additions and 68 deletions

View File

@@ -21,7 +21,7 @@
<#list articles as article>
<article class="post-item">
<header>
<h1>
<h2>
<a class="post-title-link" rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
@@ -37,7 +37,7 @@
</a>
</sup>
</#if>
</h1>
</h2>
<div class="post-meta">
<span>
@@ -84,4 +84,4 @@
<a href="${servePath}${path}?p=${paginationNextPageNum}" class="extend next">>></a>
</#if>
</nav>
</#if>
</#if>