Added theme back properly
This commit is contained in:
18
themes/hugo-uno/layouts/taxonomy/tags.html
Normal file
18
themes/hugo-uno/layouts/taxonomy/tags.html
Normal file
@ -0,0 +1,18 @@
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content-wrapper">
|
||||
<div class="content-wrapper__inner">
|
||||
<section id="main">
|
||||
<ul id="list">
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }} {{ if .GetParam "draft"}}DRAFT{{end}}</a>
|
||||
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
{{ partial "script.html" .}}
|
||||
</html>
|
Reference in New Issue
Block a user