diff options
author | FChannel <> | 2022-06-25 11:33:24 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-25 11:38:15 -0700 |
commit | c2de9971e9d5f1408083f0d131818e16430238d2 (patch) | |
tree | 0f1892d081039145d31d4ff4169106ba988ab7a7 /views/index.html | |
parent | b1d65922e257d605d3d95b6e679728524ba1e609 (diff) |
removed public indexing being dependent on fchan being available
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
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 @@ <div style="text-align: center; max-width: 800px; margin: 0 auto;"> <h1>{{ .page.Title }}</h1> - <p style="text-align: justify">{{ .page.PreferredUsername }} is a federated image board based on <a href="https://activitypub.rocks/">ActivityPub</a>. 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: <a href="https://github.com/FChannel0">https://github.com/FChannel0</a>.</p> + <p style="text-align: justify">{{ .page.PreferredUsername }} is a federated image board based on <a href="https://activitypub.rocks/">ActivityPub</a>. 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: <a href="https://github.com/FChannel0">https://github.com/FChannel0</a>. Current known instances can be found <a href="https://fchannel.org/instance-index.html">here</a>.</p> {{ if .page.Boards }} {{ $l := len .page.Boards }} @@ -39,18 +39,6 @@ {{ end }} </div> {{ end }} - - <div class="box2" style="margin-top:50px;"> - <h4 style="margin-bottom:5px;">Current known instances</h4> - <span>(always use a proxy)</span> - <table style="text-align: left; margin: 25px;"> - {{ range .page.InstanceIndex }} - <tr> - <td><a href="{{ .Id }}">{{ .Id }}</a></td> - </tr> - {{ end }} - </table> - </div> </div> {{ template "partials/footer" .page }} |