diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-23 21:57:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-23 21:57:18 +0300 |
| commit | 63118cff0ba9b3a199e181a02db64c2a497d6541 (patch) | |
| tree | 339c8548b4df31c7542bfbfaa6a6cac213067b9e /gemfeed | |
| parent | 5106e853d1805c68691432078c80a3fbf8ea3d10 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md index 2fc3d153..2f2282d6 100644 --- a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md +++ b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md @@ -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](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`: ``` -[Me at Mastaton](https://fosstodon.org/@snonux) +[Me at Mastodon](https://fosstodon.org/@snonux) ``` The resulting line in the HTML output will be something as follows: ```html -<a href='https://fosstodon.org/@snonux' rel='me'>Me at mastadon</a> +<a href='https://fosstodon.org/@snonux' rel='me'>Me at Mastodon</a> ``` ## More |
