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-preamble.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 '')
-rw-r--r-- | v2/src/lib/index-preamble.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/src/lib/index-preamble.html b/v2/src/lib/index-preamble.html index 2c17031..57563bc 100644 --- a/v2/src/lib/index-preamble.html +++ b/v2/src/lib/index-preamble.html @@ -1,7 +1,7 @@ <h2> $index_recent_title_html <a href="$feed_url"> - <img class="simple-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> + <img class="svg-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> </a> </h2> <ul class="no-style"> |