diff --git a/exampleSite/content/posts/emojies.md b/exampleSite/content/posts/emojies.md index 3b0211f..2065a02 100644 --- a/exampleSite/content/posts/emojies.md +++ b/exampleSite/content/posts/emojies.md @@ -17,9 +17,9 @@ To enable emoji globally, set `enableEmoji` to `true` in your site's [configurat -{{< emojify ":see_no_evil:" >}} :see_no_evil: -{{< emojify ":hear_no_evil:" >}} :hear_no_evil: -{{< emojify ":speak_no_evil:" >}} :speak_no_evil: +{{< emojify ":see_no_evil:" >}} :see_no_evil: +{{< emojify ":hear_no_evil:" >}} :hear_no_evil: +{{< emojify ":speak_no_evil:" >}} :speak_no_evil: @@ -30,8 +30,9 @@ The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack. {{< /hint >}} - **Example:** + + {{< highlight html "linenos=table" >}} .emoji { font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;