M assets/style.scss => assets/style.scss +1 -0
@@ 293,6 293,7 @@ ul.nav {
.tags {
margin: 0;
+ margin-left: 5px;
padding: 0;
display: inline;
M layouts/_default/single.html => layouts/_default/single.html +2 -4
@@ 10,10 10,8 @@
{{ partial "feed-icon.html" .Section }}
</aside>
{{- with .Params.Tags -}}
- <aside class="article-metadata-small">
- tags: <ul class="tags">
- {{- range . }}<li><a href="/tags/{{ . }}">{{ . }}</a></li>{{- end }}
- </ul>
+ <aside class="article-metadata-small">tags:<ul class="tags">
+ {{- range . }}<li><a href="/tags/{{ . }}">{{ . }}</a></li>{{- end }}</ul>
</aside>
{{- end }}
</header>
M => +1 -1
@@ 1,7 1,7 @@
<footer>
<p>© {{ now.Year }} Ben Fiedler.
<a href="{{ "/imprint" | relLangURL }}">Some rights reserved.</a>
{{ if in .Params.Tags "chess" }}Chess pieces by <a
{{ if in .Section "chess" }}Chess pieces by <a
href="https://en.wikipedia.org/wiki/User:Cburnett">Colin M. L. Burnett.</a>
{{- end }}
</p>