-
- {{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not
- (or (eq .Url $A) (eq .Url $B)))}}
-
- - {{.Url}} - - {{end}} {{end}} -
diff --git a/templates/index.html b/templates/index.html
index 8c05c9d..6d85b3c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,25 +3,22 @@
-
-
-
-
- GUI
-
-
-
-
-
-
-
- {{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not
- (or (eq .Url $A) (eq .Url $B)))}}
- -
- {{.Url}}
-
- {{end}} {{end}}
-
-
-
+
+
+
+
+ GUI
+
+
+
+
+
+
+ {{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not (or (eq
+ .Url $A) (eq .Url $B)))}}
+ -
+ {{.Url}}
+
+ {{end}} {{end}}
+
+
+
GUI
{{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not
(or (eq .Url $A) (eq .Url $B)))}}
-
{{.Url}}
{{end}} {{end}}