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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index cafcd45..24dc42f 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,9 @@ All you have to do is to make sure that your thumbnail has the same filename tha
The shortcode only needs two parameters :
| Parameters | Description
-|:------------:|----------------------------------------------------------------------------------------------|
-| `img=""` | Path to your image. (ex: /img/folder/image.png) |
-| `align=""` | If you want to align the image on the left side or the right side of the *content* block. |
-| | If none is specified the image is automatically centered in the block. |
+|:------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `img=""` | Path to your image. (ex: /img/folder/image.png) |
+| `align=""` | If you want to align the image on the left side or the right side of the *content* block.If none is specified the image is automatically centered in the block. |
*Don't forget to add a `lightbox = True` in your post frontmatter to load Featherlight ressources.*