-
{{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 cb9f008..8c05c9d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9 +8,0 @@
-
GUI
{{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not
(or (eq .Url $A) (eq .Url $B)))}}
-
{{.Url}}
{{end}} {{end}}