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

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-07-12 09:58:55 +0300
committerRobert Kaussow <mail@thegeeklab.de>2022-07-12 09:58:55 +0300
commitf72a08c64803c514c74c5d4369c1949d27389059 (patch)
tree583048b5c4b5b725ed565216dd71461cf7a10f64
parent3b74b465955dbe9daed5184d7c0e2503921d3a74 (diff)
normalize images shortcode documentation
-rw-r--r--exampleSite/content/posts/post-with-images/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/posts/post-with-images/index.md b/exampleSite/content/posts/post-with-images/index.md
index 00728b3..f4e4e1d 100644
--- a/exampleSite/content/posts/post-with-images/index.md
+++ b/exampleSite/content/posts/post-with-images/index.md
@@ -55,12 +55,12 @@ If you need more flexibility for your embedded images, you could use the `img` s
## Attributes
-| Name | Description | default |
-| ---- | -------------------------------------------------------------------------------------------------------------- | ----------------- |
-| name | Name of the image resource defined in your front matter. | empty |
-| alt | Description for displayed image. | resource `.Title` |
-| size | Thumbnail size (profile\|tiny\|small\|medium\|large). | empty |
-| lazy | Enable or disable image lazy loading. Can be controlled globally by site parameter `geekblogImageLazyLoading`. | true |
+| Name | Description | default |
+| ---- | ------------------------------------------------------- | ----------------- |
+| name | name of the image resource defined in your front matter | empty |
+| alt | description for displayed image | resource `.Title` |
+| size | Thumbnail size (profile\|tiny\|small\|medium\|large) | empty |
+| lazy | enable or disable image lazy loading | true |
## Usage