diff options
| author | EuAndreh <eu@euandre.org> | 2025-04-29 10:19:48 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-04-29 11:10:01 -0300 |
| commit | 026a30e243d0972907c64104e49c4332e4eaad58 (patch) | |
| tree | 2ab56640cee04a9eeb268ccda19eba313eb1a86d /src/indexbody | |
| parent | src/symlinks: Add working version (diff) | |
| download | mkwb-026a30e243d0972907c64104e49c4332e4eaad58.tar.gz mkwb-026a30e243d0972907c64104e49c4332e4eaad58.tar.xz | |
src/{conf,indexbody}: Replace $feedicon_url_prefix with $feedicon_url
Diffstat (limited to '')
| -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> |
