diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 22:37:11 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 22:37:11 -0600 |
commit | d0a604b0baabf8a21032da9a1d64a1c1153a591b (patch) | |
tree | db3c3fa3476d2bca42e0932714225f605f6085be /srv | |
parent | a125226825eac13cf30f512068b8bd0a50c0111a (diff) |
update welcome message a bit
Diffstat (limited to 'srv')
-rw-r--r-- | srv/src/http/tpl/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srv/src/http/tpl/index.html b/srv/src/http/tpl/index.html index 1a5eaf8..046d6c8 100644 --- a/srv/src/http/tpl/index.html +++ b/srv/src/http/tpl/index.html @@ -6,7 +6,8 @@ </p> {{ else }} <p> - Welcome to the Mediocre Blog! Posts are listed in chronological order. + Welcome to the Mediocre Blog! Posts are listed in chronological order. If + you aren't sure of where to start I recommend picking at random. </p> {{ end }} |