Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/emoji-support.md')
-rw-r--r--exampleSite/content/emoji-support.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/content/emoji-support.md b/exampleSite/content/emoji-support.md
index 5a7858b..8b48c0d 100644
--- a/exampleSite/content/emoji-support.md
+++ b/exampleSite/content/emoji-support.md
@@ -21,8 +21,9 @@ The [`emojify`](https://gohugo.io/functions/emojify/) function can be called dir
To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
-<p><span class="nowrap"><span class="emojify">πŸ™ˆ</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">πŸ™‰</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">πŸ™Š</span> <code>:speak_no_evil:</code></span></p>
-<br>
+:see_no_evil: :hear_no_evil: :speak_no_evil:
+
+πŸ™ˆ πŸ™‰ πŸ™Š
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.