reversed order of menu

This commit is contained in:
James Tomasino 2018-12-04 10:30:23 -05:00
parent c6a72056d1
commit 54baa914b8
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ if [ "$run_user" -eq 0 ]; then
# Intro text
cat "${gopher_dir}/intro.gophermap"
# Ship listings
printf "\\n<a href=\"/ships\">>> Ships, Colonies, Outposts</a>\\n"
printf "<a href=\"/log\">>> Complete Transmission Log</a>\\n"
printf "\\n<a href=\"/log\">>> Complete Transmission Log</a>\\n"
printf "<a href=\"/ships\">>> Ships, Colonies, Outposts</a>\\n"
printf "<a href=\"/rss.xml\">>> RSS Feed</a>\\n\\n"
# Logs
printf "Most recent (20) log entries:\\n"