diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-05 20:07:42 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:52:40 -0700 |
commit | a1e1a5f003fcbeec35b3cb0399ca41d6d3579425 (patch) | |
tree | 091abc2a7d4e4eae78e5341f188b3f4465cb0561 /static/main.html | |
parent | 83d8bc02be90950f0661f56f8d4b12d330dbfdcc (diff) |
very minor cosmetic fixes
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> |