summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/emojify.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-10-21 10:21:37 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-10-21 10:21:51 +0200
commit39121de4d991bdcf5f202da4d8d81a8ac6c149fc (patch)
tree97e0b638fea1d898de9e297732d1044b49bfba8e /docs/content/en/functions/emojify.md
parent180195aa342777fece1b29a08ec89456d7996c61 (diff)
docs: Replace /docs
Diffstat (limited to 'docs/content/en/functions/emojify.md')
-rw-r--r--docs/content/en/functions/emojify.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/content/en/functions/emojify.md b/docs/content/en/functions/emojify.md
deleted file mode 100644
index 2e82d8a08..000000000
--- a/docs/content/en/functions/emojify.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: emojify
-description: Runs a string through the Emoji emoticons processor.
-godocref:
-date: 2017-02-01
-publishdate: 2017-02-01
-lastmod: 2017-02-01
-categories: [functions]
-menu:
- docs:
- parent: "functions"
-keywords: [strings,emojis]
-signature: ["emojify INPUT"]
-workson: []
-hugoversion:
-relatedfuncs: []
-deprecated: false
----
-
-`emoji` runs a passed string through the Emoji emoticons processor.
-
-See the [Emoji cheat sheet][emojis] for available emoticons.
-
-The `emojify` function can be called in your templates but not directly in your content files by default. For emojis in content files, set `enableEmoji` to `true` in your site's [configuration][config]. Then you can write emoji shorthand directly into your content files; e.g. <code>I :</code><code>heart</code><code>: Hugo!</code>:
-
-I :heart: Hugo!
-
-
-[config]: /getting-started/configuration/
-[emojis]: http://www.emoji-cheat-sheet.com/
-[sc]: /templates/shortcode-templates/
-[scsource]: https://github.com/gohugoio/hugo/tree/master/docs/layouts/shortcodes