aboutsummaryrefslogtreecommitdiff
path: root/static/main.html
diff options
context:
space:
mode:
authorFChannel <>2021-07-28 15:31:37 -0700
committerFChannel <>2021-07-28 15:31:37 -0700
commit98d72c9b94b5dda9a987dfe41552f00512d43574 (patch)
treeef75468766c6c5e2d4392cfc567eb29cb90d0c9d /static/main.html
parentea12d0f741455c542accf24a003a62ab85bfbfa3 (diff)
parent87fc54c9d41bdbe7eaa8769386776a3723580b34 (diff)
v0.0.13-release
Diffstat (limited to 'static/main.html')
-rw-r--r--static/main.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/static/main.html b/static/main.html
index 3cb8555..9209ed9 100644
--- a/static/main.html
+++ b/static/main.html
@@ -53,14 +53,6 @@
color: #789922;
}
- .reply {
- {{ if .Board.Restricted }}
- color:#af0a0f;
- {{ else }}
- color:#000080;
- {{ end }}
- }
-
.post {
{{ if .Board.Restricted }}
background-color: #d5daf0;
@@ -85,6 +77,7 @@
<body>
<ul style="display: inline; padding:0;">
{{ $l := len .Boards }}
+ <li style="display: inline;">[<a href="/">Home</a>]</li>
{{range $i, $e := .Boards}}
{{ if eq (sub $l 1) 0 }}
<li style="display: inline;">[ <a href="{{.Location}}">{{$e.Name}} </a>]</li>