Move theme from subrepo into the main repo
the theme is customized for this site so having it as a sub repo dosent make sense
This commit is contained in:
20
themes/hugo-theme-minos/layouts/taxonomy/tag.html
Normal file
20
themes/hugo-theme-minos/layouts/taxonomy/tag.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<div id="container">
|
||||
{{ partial "header.html" . }}
|
||||
<section id="main" class="outer">
|
||||
<section class="archives-wrap">
|
||||
<div class="archive-tag-wrap">
|
||||
<span class="archive-tag">#{{ .Title | lower }}</span>
|
||||
</div>
|
||||
<div class="archives">
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
</div></section>
|
||||
{{ partial "pagination.html" . }}
|
||||
</section>
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user