-
{{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 9678506..cb9f008 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,6 +6,2 @@
-
- GRIM UI
+
+ GUI
@@ -19 +15 @@
- >
GRIM Docs
GUI Docs
GRIM UI
{{range .Posts}} {{$A := "./rss"}} {{$B := "./."}} {{if and (not
(or (eq .Url $A) (eq .Url $B)))}}
-
{{.Url}}
{{end}} {{end}}