From 99d0ad67333f17820922369b8cc8ffc4215b92a0 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 18 Sep 2020 08:00:48 +0000
Subject: [PATCH] Merge branch 'post-thumbnail' of https://github.com/LucasVadilho/anatole into pr/72

---
 exampleSite/content/post/emoji-support.md |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
index 0a8510a..8c2cade 100644
--- a/exampleSite/content/post/emoji-support.md
+++ b/exampleSite/content/post/emoji-support.md
@@ -6,7 +6,9 @@
 tags = [
     "emoji",
 ]
-thumbnail = "http://placeimg.com/150/150/any?2"
+[thumbnail]
+	src = "http://placeimg.com/150/150/any?2"
+	alt = "Thumbnail image"
 +++
 
 Emoji can be enabled in a Hugo project in a number of ways. 

--
Gitblit v1.10.0