diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 21:55:32 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-16 21:55:32 -0600 |
commit | 36d79896e71add2855c7d4acff59d5df3bd01cf4 (patch) | |
tree | 9767fbcade6f1ef041b5408f3263ccd8324f0e2b /srv/src/http/tpl/index.html | |
parent | 960e33d6491a4bbfdf12794ae504a26c526cc89c (diff) |
add a welcome paragraph
Diffstat (limited to 'srv/src/http/tpl/index.html')
-rw-r--r-- | srv/src/http/tpl/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/srv/src/http/tpl/index.html b/srv/src/http/tpl/index.html index b1f255a..22f0e1c 100644 --- a/srv/src/http/tpl/index.html +++ b/srv/src/http/tpl/index.html @@ -4,6 +4,10 @@ <p> <a href="?p={{ .Payload.PrevPage}}">< < Previous Page</a> </p> + {{ else }} + <p> + Welcome to the Mediocre Blog! Posts are listed in chronological order. + </p> {{ end }} <ul> |