summaryrefslogtreecommitdiff
path: root/web/template/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/index.tmpl')
-rw-r--r--web/template/index.tmpl16
1 files changed, 12 insertions, 4 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl
index 715aec908..fb2e3b7b0 100644
--- a/web/template/index.tmpl
+++ b/web/template/index.tmpl
@@ -25,18 +25,26 @@
<div>
<h2>Pinafore</h2>
<p>Pinafore is a web client designed for speed and simplicity.</p>
- <a href="https://pinafore.social/settings/instances/add">Use Pinafore</a>
+ <a href="https://pinafore.social/" target="_blank" rel="noopener">Use Pinafore</a>
</div>
</div>
<div class="entry">
<img class="logo" src="/assets/tusky.svg" alt="The Tusky mascot, a cartoon elephant tooting happily"/>
<div>
<h2>Tusky</h2>
- <p>Tusky is a lightweight mobile client for Android</p>
- <a href="https://tusky.app">Get Tusky</a>
+ <p>Tusky is a lightweight mobile client for Android.</p>
+ <a href="https://tusky.app" target="_blank" rel="noopener">Get Tusky</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>
+ <p>Or try one of the clients listed on the official Mastodon page.</p>
+ <a href="https://joinmastodon.org/apps" target="_blank" rel="noopener">Get Mastodon apps</a>
</div>
</div>
</div>
</section>
</main>
-{{ template "footer.tmpl" .}} \ No newline at end of file
+{{ template "footer.tmpl" .}}