Fix layouts

This commit is contained in:
Andrew Lyu
2019-01-16 01:10:52 +08:00
parent 8a1f747604
commit c2de392b51
5 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<section id="main" class="outer">
<section class="archives-wrap">
<div class="archive-category-wrap">
<span class="archive-category">{{ .Title }}</span>
<span class="archive-category">{{ .Title | upper }}</span>
</div>
<div class="archives">
{{ range .Paginator.Pages }}
@@ -17,4 +17,4 @@
{{ partial "footer.html" . }}
</div>
</body>
</html>
</html>