about summary refs log tree commit diff stats
path: root/sfeed_html.sh
diff options
context:
space:
mode:
authorCase Duckworth2022-07-17 23:44:20 -0500
committerCase Duckworth2022-07-17 23:44:20 -0500
commit76f1b6d4b7134367378082a707e3fc248dd4c919 (patch)
tree4ca74c4a99e7289500a4ee87433de7e222602e35 /sfeed_html.sh
parentArchive feeds older than 60 days (diff)
downloadsfeed-76f1b6d4b7134367378082a707e3fc248dd4c919.tar.gz
sfeed-76f1b6d4b7134367378082a707e3fc248dd4c919.zip
Add footer
Diffstat (limited to 'sfeed_html.sh')
-rwxr-xr-xsfeed_html.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfeed_html.sh b/sfeed_html.sh index 58fce30..910323d 100755 --- a/sfeed_html.sh +++ b/sfeed_html.sh
@@ -30,6 +30,10 @@ Planet ACDW</h1>
30$(html_main "$@") 30$(html_main "$@")
31<aside><ul>$(cat "$aside")</ul></aside> 31<aside><ul>$(cat "$aside")</ul></aside>
32</main> 32</main>
33<footer>
34Generated by <a href="https://codemadness.org/sfeed-simple-feed-parser.html">sfeed</a>
35using <a href="https://git.acdw.net/sfeed/">this configuration</a>.
36</footer>
33</body> 37</body>
34</html> 38</html>
35EOF 39EOF