diff options
Diffstat (limited to 'src/indexbody')
-rwxr-xr-x | src/indexbody | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/indexbody b/src/indexbody index 7e076fe..eaef320 100755 --- a/src/indexbody +++ b/src/indexbody @@ -15,10 +15,7 @@ eval "$(assert-arg -- "$FILENAME" 'FILENAME.conf')" cat <<EOF <p> Atom feed - <a href="feed.xml"> - <source srcset="$feedicon_url_prefix/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="$feedicon_url_prefix/light.svg" class="icon" - /></a> + <a href="feed.xml"><img src="$feedicon_url" class="icon" /></a> and feeds by <a href="categories.html">categories</a>. </p> |