mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 03:19:49 -08:00
Fix layouts
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<section id="main" class="outer">
|
||||
<section class="archives-wrap">
|
||||
<div class="archive-tag-wrap">
|
||||
<span class="archive-tag">#{{ .Title }}</span>
|
||||
<span class="archive-tag">#{{ .Title | lower }}</span>
|
||||
</div>
|
||||
<div class="archives">
|
||||
{{ range .Paginator.Pages }}
|
||||
@@ -17,4 +17,4 @@
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user