diff options
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 }} |