diff options
Diffstat (limited to 'src/indexbody')
-rwxr-xr-x | src/indexbody | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/indexbody b/src/indexbody index 0c2edff..7e076fe 100755 --- a/src/indexbody +++ b/src/indexbody @@ -12,6 +12,18 @@ eval "$(assert-arg -- "$FILENAME" 'FILENAME.conf')" . ./"$FILENAME" +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> + and feeds by + <a href="categories.html">categories</a>. + </p> +EOF + printf ' <ol class="collection-list">\n' cat -- "$SORTDATA" | xargs cat | |