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/category-header.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/category-header.html')
-rw-r--r-- | v2/src/lib/category-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/src/lib/category-header.html b/v2/src/lib/category-header.html index a69b198..03f0949 100644 --- a/v2/src/lib/category-header.html +++ b/v2/src/lib/category-header.html @@ -1,6 +1,6 @@ <h2 id="$category"> <a href="#$category">$index_recent_title_html</a> <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> |