diff options
author | knotteye <knotteye@airmail.cc> | 2021-07-02 14:20:16 -0500 |
---|---|---|
committer | knotteye <knotteye@airmail.cc> | 2021-07-02 14:20:16 -0500 |
commit | faae38726dd804e3246514d88f93794c23a0cdb2 (patch) | |
tree | 4671606919340098b81c398e8478ba616a0432b1 /static/index.html | |
parent | ad5f4e9ff7e7ab0abab4a964cbf1626d0cdc3365 (diff) |
show only the last 3 news items on index, link to a page with all news items
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 518c012..106a6b3 100644 --- a/static/index.html +++ b/static/index.html @@ -39,7 +39,7 @@ <div style="margin-top:50px;"> <table align="center" style="text-align: left;"> <th> - <tr>{{ .PreferredUsername }} news</tr> + <tr><a href="/news">{{ .PreferredUsername }} news</a></tr> </th> {{ range $i, $e := .NewsItems }} |