summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-23 21:51:56 +0300
committerPaul Buetow <paul@buetow.org>2023-07-23 21:51:56 +0300
commit625d9ac44074a31140fb88d40153e216f8c8bd67 (patch)
tree6d61dd03807d67fe55eb0877aab16a7aa2dd57ef /README.md
parent065a9d2010dba0462cf068a003f3e07f8c63908c (diff)
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f00e8d4..31fb3a6 100644
--- a/README.md
+++ b/README.md
@@ -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