From 775ec6a1a8586155bb476e7caf7644a5187cd0b3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Jul 2023 21:56:46 +0300 Subject: typo --- .../2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi.tpl b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi.tpl index 35a90ae5..ed03624f 100644 --- a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi.tpl +++ b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi.tpl @@ -65,26 +65,26 @@ 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`: ``` -=> https://fosstodon.org/@snonux Me at Mastaton +=> https://fosstodon.org/@snonux Me at Mastodon ``` The resulting line in the HTML output will be something as follows: ```html -Me at mastadon +Me at Mastodon ``` ## More -- cgit v1.2.3