From 191a8b077107554e9e13d8a72b04e0e306ef4a5e Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 28 Oct 2020 10:57:27 +0100 Subject: [PATCH] Fix broken Markdown link due to a ' ' in a URL --- doc/Customizing-your-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Customizing-your-blog.md b/doc/Customizing-your-blog.md index 2818987..b105ee3 100644 --- a/doc/Customizing-your-blog.md +++ b/doc/Customizing-your-blog.md @@ -70,7 +70,7 @@ If you'd like to read more details about all the available customization, you sh ## How do I activate comments on my blog ? -Since hablo is [static](https://git.marvid.fr/Tissevert/hablo/wiki/Architectural choices#static-and-lazy) there's no way to directly include the comments in the pages. On a blog generated with hablo comments are fetched with JS and dynamically added to the page when it gets rendered in the client. +Since hablo is [static](https://git.marvid.fr/Tissevert/hablo/wiki/Architectural%20choices#static-and-lazy) there's no way to directly include the comments in the pages. On a blog generated with hablo comments are fetched with JS and dynamically added to the page when it gets rendered in the client. Let's say you published an article, tell people about it from your fediverse instance by posting a link to that article. First, we need to find the status [`id`](https://docs.joinmastodon.org/api/entities#status) of your post.