diff --git a/plugins/webTemplates.go b/plugins/webTemplates.go index 10bd3af..e15a2ea 100644 --- a/plugins/webTemplates.go +++ b/plugins/webTemplates.go @@ -9,6 +9,16 @@ var factoidIndex string = ` Factoids + + + + + + + + + +
@@ -62,7 +72,7 @@ var factoidIndex string = ` {{if .Entries}}
- +
@@ -86,5 +96,13 @@ var factoidIndex string = ` {{end}} + + `
Trigger