From c2de9971e9d5f1408083f0d131818e16430238d2 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 25 Jun 2022 11:33:24 -0700 Subject: removed public indexing being dependent on fchan being available --- views/index.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'views') diff --git a/views/index.html b/views/index.html index 00ebfb9..0a1ba18 100644 --- a/views/index.html +++ b/views/index.html @@ -1,6 +1,6 @@

{{ .page.Title }}

-

{{ .page.PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0.

+

{{ .page.PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0. Current known instances can be found here.

{{ if .page.Boards }} {{ $l := len .page.Boards }} @@ -39,18 +39,6 @@ {{ end }}
{{ end }} - -
-

Current known instances

- (always use a proxy) - - {{ range .page.InstanceIndex }} - - - - {{ end }} -
{{ .Id }}
-
{{ template "partials/footer" .page }} -- cgit v1.2.3