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 }}

View File

@@ -1,8 +1,9 @@
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
&copy; {{ now.Format "2006"}} {{ or .Site.Author .Site.Title }}&nbsp;
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
&copy; {{ now.Format "2006"}} {{ or .Site.Author.name .Site.Title }}
<br />
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos" target="_blank">Minos</a>
</div>
</div>
{{ template "_internal/google_analytics_async.html" . }}

View File

@@ -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 }}