diff --git a/caddy/site/links/index.html b/caddy/site/links/index.html
index 13e2920..1658d25 100644
--- a/caddy/site/links/index.html
+++ b/caddy/site/links/index.html
@@ -6,17 +6,15 @@
This is a test
- Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
+ Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
-
+
+
{{ message }}
{{ json }}
-
-
-
diff --git a/caddy/site/links/links.json b/caddy/site/links/links.json
index b5bc113..490e058 100644
--- a/caddy/site/links/links.json
+++ b/caddy/site/links/links.json
@@ -1,4 +1,6 @@
[
{"href": "http://n2-plus.local:19999/", "text": "netdata", "port": "19999"},
- {"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"}
+ {"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"},
+ {"href": "http://n2-plus.local", "text": "index", "port": ""},
+ {"href": "http://fish.local", "text": "fish", "port": ""}
]
\ No newline at end of file