Skip to content

Commit

Permalink
add link to tildeverse.org in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Mar 15, 2020
1 parent 06f1706 commit 6b4dcd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gen_footer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ for uname in $(ls -1 "$rwrs_root/users" | sort); do
done
html+="</ul>"$'\n'
html+="<p><a href='https://github.com/adsr/rw.rs'>Join</a></p>"
html+="<p><a href='https://tildeverse.org/'>tildeverse</a></p>"
echo "$html" >"$htdocs_root/FOOTER.html"

0 comments on commit 6b4dcd8

Please sign in to comment.