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