From 6752fb185e4ae9b87d90adaa70c8f81af43cdbdf Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Fri, 18 Sep 2020 08:12:30 +0000 Subject: [PATCH] Revert "Revert "Merge branch 'post-thumbnail' of https://github.com/LucasVadilho/anatole into pr/72"" --- exampleSite/content/post/markdown-syntax.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md index 2d4b210..995aa79 100644 --- a/exampleSite/content/post/markdown-syntax.md +++ b/exampleSite/content/post/markdown-syntax.md @@ -15,7 +15,9 @@ ] series = ["Themes Guide"] aliases = ["migrate-from-jekyl"] -thumbnail = "http://placeimg.com/150/150/any?1" +[thumbnail] + src = "http://placeimg.com/150/150/any?1" + alt = "Thumbnail image" +++ This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. -- Gitblit v1.10.0