diff options
author | 2023-08-08 12:19:41 +0200 | |
---|---|---|
committer | 2023-08-08 12:19:41 +0200 | |
commit | 9df4d38c43d4d8cd7b4806f8de87b610fd09da2d (patch) | |
tree | c1117784c90986a1a9e67d1029b207ff4915b801 /web/template | |
parent | [chore] Use generic pointer function (#2080) (diff) | |
download | gotosocial-9df4d38c43d4d8cd7b4806f8de87b610fd09da2d.tar.xz |
[chore] Add Feditext as recommended client (#2081)
With Feditext now accepting beta users, this adds it as the third
client to recommend so we have web and the dominant mobile platforms
covered.
This also removes the screenshots from the README, because it became a
mess trying to add a third one. Either the cells become very narrow, or
the table doubles in height. As the UI may also change over time, it
might be better to point folks at the apps instead who'll hopefully have
up to date screenshots in their storefronts.
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/index.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl index 5f015d261..665ce7a7e 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -56,6 +56,14 @@ </div> </div> <div class="entry"> + <img class="logo" src="/assets/feditext.svg" alt="The Feditext logo, the characters ft at a slight angle"> + <div> + <h2>Feditext</h2> + <p>Feditext (beta) is a beautiful client for iOS, iPadOS and macOS.</p> + <a href="https://fedi.software/@Feditext" target="_blank" rel="noopener">Get Feditext</a> + </div> + </div> + <div class="entry"> <img class="logo" src="/assets/mastodon.svg" alt="The Mastodon logo, the character M in a speech bubble"> <div> <h2>More clients</h2> |