From 7b16e96a557e38d5bf06f4f9ec5d5fe66ca924d0 Mon Sep 17 00:00:00 2001 From: prayashkrsaha Date: Fri, 13 Aug 2021 20:16:52 +0000 Subject: [PATCH] Update from Forestry.io prayashkrsaha updated exampleSite/content/post/emoji-support/index.md --- exampleSite/content/post/emoji-support/index.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/exampleSite/content/post/emoji-support/index.md b/exampleSite/content/post/emoji-support/index.md index bc3e348..147a32c 100644 --- a/exampleSite/content/post/emoji-support/index.md +++ b/exampleSite/content/post/emoji-support/index.md @@ -1,17 +1,13 @@ +++ author = "Hugo Authors" -title = "Emoji Support" -date = "2019-03-05" +categories = [] +date = 2021-03-04T18:30:00Z description = "Guide to emoji usage in Hugo" -categories = [ - "Test" -] -tags = [ - "emoji", -] image = "the-creative-exchange-d2zvqp3fpro-unsplash.jpg" -+++ +tags = ["emoji"] +title = "Emoji Support" ++++ Emoji can be enabled in a Hugo project in a number of ways. The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). @@ -47,4 +43,4 @@ The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference } } -{{< /css.inline >}} +{{< /css.inline >}} \ No newline at end of file