This commit is contained in:
Van
2019-03-28 12:14:02 +08:00
parent e3d7be6f23
commit 59450e3218
9 changed files with 524 additions and 292 deletions

View File

@@ -27,8 +27,12 @@
<h2 class="header__h2">${blogSubtitle}</h2>
</div>
<nav class="wrapper header__nav fn__clear">
<a href="${servePath}">
${indexLabel}
<a href="${servePath}" rel="start">
<#if type == 'article'>
${blogTitle}
<#else>
${indexLabel}
</#if>
</a>
<#list pageNavigations as page>