From 900219b281b9c6d20d94899514b6a7fe7d7b8c4e Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 23 May 2022 18:36:52 +0200 Subject: [PATCH] Use classes instead of ids for changelog and sources --- layouts/partials/content-info.html | 4 ++-- static/src/scss/_main.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/content-info.html b/layouts/partials/content-info.html index 75b637e..634a082 100644 --- a/layouts/partials/content-info.html +++ b/layouts/partials/content-info.html @@ -1,6 +1,6 @@
{{ if .Params.Sources }} -
+

Sources

    {{ range $i, $e := .Params.Sources }} @@ -10,7 +10,7 @@
{{ end }} {{ if .Params.Changelog }} -
+

Changelog

    {{ range $i, $e := .Params.Changelog }} diff --git a/static/src/scss/_main.scss b/static/src/scss/_main.scss index a62829f..6cdcc21 100644 --- a/static/src/scss/_main.scss +++ b/static/src/scss/_main.scss @@ -110,7 +110,7 @@ img { margin-bottom: 0.3rem; } - #changelog, #sources { + .changelog, .sources { font-family: $font-family-mono; font-size: $font-size-base * 0.9; font-weight: 400;