mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -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-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>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<footer id="footer">
|
||||
<div class="outer">
|
||||
<div id="footer-info" class="inner">
|
||||
© {{ now.Format "2006"}} {{ or .Site.Author .Site.Title }}
|
||||
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
|
||||
© {{ 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" . }}
|
||||
@@ -27,4 +28,4 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
|
||||
<link href="{{ "webfonts/ptserif/main.css" | absURL }}" rel='stylesheet' type='text/css'>
|
||||
<link href="{{ "webfonts/source-code-pro/main.css" | absURL }}" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
|
||||
|
||||
{{ .Hugo.Generator }}
|
||||
</head>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
@@ -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