diff options
Diffstat (limited to 'web/template/index_what_is_this.tmpl')
-rw-r--r-- | web/template/index_what_is_this.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/template/index_what_is_this.tmpl b/web/template/index_what_is_this.tmpl index ff6eb4886..687e33cff 100644 --- a/web/template/index_what_is_this.tmpl +++ b/web/template/index_what_is_this.tmpl @@ -44,7 +44,7 @@ <p> You can join the fediverse by running your own instance of an ActivityPub software, or by finding an existing instance that aligns with your values and expectations, - and registering an account there. + and registering an account. </p> <p> To help you find an instance that suits you, you can try one of the following tools: @@ -53,6 +53,9 @@ <li><a href="https://fediverse.observer" rel="nofollow noreferrer noopener" target="_blank">Fediverse Observer (opens in a new tab)</a></li> <li><a href="https://fedidb.org/network" rel="nofollow noreferrer noopener" target="_blank">FediDB (opens in a new tab)</a></li> </ul> + {{- if .instance.Registrations }} + <p>Or, just <a href="#signup">register for an account on this instance</a>!</p> + {{- end }} </div> </section> {{- end }}
\ No newline at end of file |