summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-23 21:47:11 +0300
committerPaul Buetow <paul@buetow.org>2023-07-23 21:47:11 +0300
commit0bb8fbfd554ef6f2cca9be865772ad026c99bb27 (patch)
tree84eb0d38058a5aa3c0d6a87f823673a385544676 /gemfeed
parent5d9106177e224418dcd20d9ac670be33d932e110 (diff)
typo
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi
index cc150c4a..22c0d452 100644
--- a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi
+++ b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi
@@ -65,14 +65,14 @@ Hack is open-source and freely available for use and modification under the MIT
## HTML Mastodon verification support
-The following link explains how URL verification works in Mastadon:
+The following link explains how URL verification works in Mastodon:
=> https://joinmastodon.org/verification
-So we have to hyperlink to the Mastadon profile to be verified and also to include a `rel='me'` into the tag. In order to do that add this to the `gemtexter.conf` (replace the URI to your Mastadon profile accordingly):
+So we have to hyperlink to the Mastodon profile to be verified and also to include a `rel='me'` into the tag. In order to do that add this to the `gemtexter.conf` (replace the URI to your Mastodon profile accordingly):
```bash
-declare -xr MASTADON_URI='https://fosstodon.org/@snonux'
+declare -xr MASTODON_URI='https://fosstodon.org/@snonux'
```
and add the following into your `index.gmi`: