Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2020-01-07 19:20:22 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2020-01-07 19:20:22 +0300
commit14c90cb8284655e7703683729de7113c64f11eff (patch)
tree3235443bd0f2b50392adefb241c4cf91d01decc4
parent3b418e89d9ff5609ffd0665c0e0de052d2c7ab02 (diff)
fix shortcode
-rw-r--r--exampleSite/content/post/shortcodes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/content/post/shortcodes.md b/exampleSite/content/post/shortcodes.md
index fe59696..28e7fc7 100644
--- a/exampleSite/content/post/shortcodes.md
+++ b/exampleSite/content/post/shortcodes.md
@@ -11,7 +11,8 @@ Introduction of the shortcodes defined in the personal-web theme.
## Add a figure
```go-html-template
-{{</* figure src="/post/images/sample_image.jpg" caption="Photo by Tim Mossholder on Unsplash" */>}}
+{{</* figure src="/post/images/sample_image.jpg"
+caption="Photo by Tim Mossholder on Unsplash" */>}}
```
results in