diff options
author | EuAndreh <eu@euandre.org> | 2023-04-09 08:37:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-09 08:47:40 -0300 |
commit | 9557f9d508bf9bb61d4bb804084d6508f94e34f4 (patch) | |
tree | 49913ee12da48bcb13d036826c94939c32e7e108 /v2/src/lib/index-postamble.html | |
parent | v2: i18n of the collection name, "article" collection in root (diff) | |
download | euandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.gz euandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.xz |
v2: CSS dark mode, including SVGs
Diffstat (limited to 'v2/src/lib/index-postamble.html')
-rw-r--r-- | v2/src/lib/index-postamble.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/src/lib/index-postamble.html b/v2/src/lib/index-postamble.html index 92ebbf2..899c88c 100644 --- a/v2/src/lib/index-postamble.html +++ b/v2/src/lib/index-postamble.html @@ -3,6 +3,6 @@ <h2> <a href="$by_category_url"> $index_category_title_html - <img class="simple-icon" src="$icon_linkto_url" alt="$icon_linkto_alt" /> + <img class="svg-icon" src="$icon_linkto_url" alt="$icon_linkto_alt" /> </a> </h2> |