:Link to GNU Social instance in menu

master
Mike Gerwitz 2015-12-09 23:26:46 -05:00
parent 3a7bc02263
commit 228cbfd5cd
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ html_pre_index="$(
words=( ${name//[_-]/ } )
printf '<li><a href="/%s">%s</a></li>' "$name" "${words[*]^}"
done
echo '<li><a href="//social.mikegerwitz.com/"' \
'title="My GNU Social Instance">Notices</a></li>'
# the remainder will appear below the menu, above the index
cat <<EOH