commit 4d0a6307c48bf9fce17b25d0680c8561b8d8b903 parent 3afa7a64852ecefaf30fbe624fb9d982bc122c31 Author: Remy Noulin <loader2x@gmail.com> Date: Tue, 1 Dec 2020 21:07:47 +0100 fix links in the template template/_posts/2020-06-09-getting-started.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Diffstat:
M | template/_posts/2020-06-09-getting-started.markdown | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/template/_posts/2020-06-09-getting-started.markdown b/template/_posts/2020-06-09-getting-started.markdown @@ -28,10 +28,10 @@ The markdown standard in forb is `CommonMark` with tables. - Image in post: ``` -!(title)[%baseurl/images/img.png] + When baseurl="/blog", write: -!(title)[/blog/images/img.png] + ``` - Link to another post in blog: