commit d332ea32138677cefc9c2c8dfbbbb1c783cea52f
parent 6306eb183ff2cd1599fab4fc3ec3fec17247c872
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 5 Jan 2021 21:33:35 +0100
fix example link in templates
package.yml | 2 +-
template/_posts/2020-06-09-getting-started.markdown | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.yml b/package.yml
@@ -1,6 +1,6 @@
---
name: forb
- version: 0.0.9
+ version: 0.0.10
description: static blog generator with configuration files inspired by jekyll
bin: ./forb.c
repository:
diff --git a/template/_posts/2020-06-09-getting-started.markdown b/template/_posts/2020-06-09-getting-started.markdown
@@ -23,7 +23,7 @@ The markdown standard in forb is `CommonMark` with tables.
- Link to external page:
```
-(title)[url]
+[title](url)
```
- Image in post: