mirror of https://github.com/lxndrblz/anatole.git

LucasVadilho
20.10.2020 3f8742fe9f5d2feb65e6b81582803b66f59b1715
Modify exampleSite to show the effect on different size images
3 files modified
6 ■■■■ changed files
exampleSite/content/post/emoji-support.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/post/markdown-syntax.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/post/rich-content.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/post/emoji-support.md
@@ -7,7 +7,7 @@
    "emoji",
]
[thumbnail]
    src = "http://placeimg.com/1200/400/any?2"
    src = "http://placeimg.com/800/800/any?2"
    alt = "Thumbnail image"
+++
exampleSite/content/post/markdown-syntax.md
@@ -16,7 +16,7 @@
series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]
[thumbnail]
  src = "http://placeimg.com/1200/400/any?1"
  src = "http://placeimg.com/800/600/any?1"
  alt = "Thumbnail image"
+++
exampleSite/content/post/rich-content.md
@@ -8,7 +8,7 @@
    "privacy",
]
[thumbnail]
    src = "http://placeimg.com/1200/400/any?3"
    src = "http://placeimg.com/600/800/any?3"
    alt = "Thumbnail image"
+++