Commit Diff


commit - 8ec3a5890db22dd3b018fd9a70f962c368dd07f8
commit + 62e89f2853bffc133f8c3ab2eb9658d368c90424
blob - c4de84a19c983c69ff6570aca12ee60650cb9457
blob + c5edf9fb2dc8dae635879c51bc7d59edae3da0a0
--- uptimeatomic
+++ uptimeatomic
@@ -277,7 +277,12 @@ fi
 # END HTML
 #
 cat << EOF >> ${_HTMLFILE}
-<p class=small><a href="https://git.high5.nl/uptimeatomic/">Uptime Atomic</a> loosely based on <a href="https://github.com/bderenzo/tinystatus">Tinystatus</a></p>
+<p class=small>
+<a href="https://git.high5.nl/uptimeatomic/">Uptime Atomic</a> loosely based on <a href="https://github.com/bderenzo/tinystatus">Tinystatus</a>
+EOF
+[[ -n "${_RSSFILE}" ]] && echo " - <a href='${RSS_URL}/${RSS_FILE}'>RSS</a>" >> ${_HTMLFILE}
+cat << EOF >> ${_HTMLFILE}
+</p>
 </div>
 </body>
 </html>