Mention other networks
This commit is contained in:
parent
5e6b2c0a02
commit
effac10b7e
2 changed files with 11 additions and 2 deletions
|
@ -20,7 +20,7 @@ const { prefilledInstance } = Astro.props;
|
|||
{instances.map((instance) => <option value={instance} />)}
|
||||
</datalist>
|
||||
<label id="s2f-instanceContainer">
|
||||
Mastodon, Pleroma, or GNU Social instance
|
||||
Fediverse instance
|
||||
<div class="instance-input">
|
||||
<span id="https-label">https://</span>
|
||||
<input
|
||||
|
|
|
@ -24,7 +24,7 @@ const prefilledInstance = searchParameters.get("instance");
|
|||
</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Share₂Fedi is a share page for Mastodon, Pleroma, and GNU Social. Type in your post text and the instance URL and click ‘Publish!’"
|
||||
content="Share₂Fedi is a share page for Mastodon, Pleroma, Misskey, and others. Type in your post text and the instance URL and click ‘Publish!’"
|
||||
/>
|
||||
<link
|
||||
rel="canonical"
|
||||
|
@ -103,6 +103,15 @@ const prefilledInstance = searchParameters.get("instance");
|
|||
<li>
|
||||
Pleroma <small><b>(new!)</b></small>
|
||||
</li>
|
||||
<li>
|
||||
Misskey <small><b>(new!)</b></small>
|
||||
</li>
|
||||
<li>
|
||||
Friendica <small><b>(new!)</b></small>
|
||||
</li>
|
||||
<li>
|
||||
Hubzilla <small><b>(new!)</b></small>
|
||||
</li>
|
||||
<li>
|
||||
GNU Social <small><b>(new!)</b></small>
|
||||
</li>
|
||||
|
|
Reference in a new issue