diff options
Diffstat (limited to 'static/main.html')
-rw-r--r-- | static/main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/main.html b/static/main.html index ba871c0..76f7a1e 100644 --- a/static/main.html +++ b/static/main.html @@ -36,7 +36,7 @@ </ul> {{ if .Board.ModCred }} {{ if eq .Board.ModCred .Board.Domain .Board.Actor.Id }} - <span style="float: right;"><a href="/{{ .Key }}/{{ .Board.Name }}">[Manage Board]</a></span> + <span style="float: right;">[<a href="/{{ .Key }}/{{ .Board.Name }}">Manage Board</a>]</span> {{ end }} {{ end }} {{ template "top" . }} @@ -46,7 +46,7 @@ {{ template "bottom" . }} <div align="center" style="width: 500px; margin:0 auto; margin-top: 50px;"> - <a href="/">[Home]</a><a href="/static/rules.html">[Rules]</a><a href="/static/faq.html">[FAQ]</a> + [<a href="/">Home</a>] [<a href="/static/rules.html">Rules</a>] [<a href="/static/faq.html">FAQ</a>] <p>All trademarks and copyrights on this page are owned by their respective parties.</p> </div> |