~bfiedler/website

076ee1b00565e43d5c762348eaa75302a408e369 — Ben Fiedler 1 year, 21 days ago 61371b7
Fix some styling around tags
3 files changed, 4 insertions(+), 5 deletions(-)

M assets/style.scss
M layouts/_default/single.html
M layouts/partials/footer.html
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 layouts/partials/footer.html => layouts/partials/footer.html +1 -1
@@ 1,7 1,7 @@
<footer>
    <p>&copy; {{ 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>