diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-23 21:51:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-23 21:51:56 +0300 |
| commit | 625d9ac44074a31140fb88d40153e216f8c8bd67 (patch) | |
| tree | 6d61dd03807d67fe55eb0877aab16a7aa2dd57ef /README.md | |
| parent | 065a9d2010dba0462cf068a003f3e07f8c63908c (diff) | |
typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -204,22 +204,22 @@ You will find the `./extras/html/header.html.part` and `./extras/html/footer.htm ### HTML Mastodon verification -https://joinmastodon.org/verification explains how it works on Mastadon. So we have to hyperlink to the Mastadon profile to be verified and also 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): +https://joinmastodon.org/verification explains how it works on Mastodon. So we have to hyperlink to the Mastodon profile to be verified and also 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): ``` -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: ``` -<a href="https://fosstodon.org/@snonux" rel='me'>Me at mastadon</a> +<a href="https://fosstodon.org/@snonux" rel='me'>Me at Mastodon</a> ``` ### Special Markdown configuration for GitHub pages |
