mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
Update from Forestry.io
prayashkrsaha updated exampleSite/content/post/emoji-support/index.md
This commit is contained in:
parent
cad24e17b6
commit
7b16e96a55
@ -1,17 +1,13 @@
|
|||||||
+++
|
+++
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
title = "Emoji Support"
|
categories = []
|
||||||
date = "2019-03-05"
|
date = 2021-03-04T18:30:00Z
|
||||||
description = "Guide to emoji usage in Hugo"
|
description = "Guide to emoji usage in Hugo"
|
||||||
categories = [
|
|
||||||
"Test"
|
|
||||||
]
|
|
||||||
tags = [
|
|
||||||
"emoji",
|
|
||||||
]
|
|
||||||
image = "the-creative-exchange-d2zvqp3fpro-unsplash.jpg"
|
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.
|
Emoji can be enabled in a Hugo project in a number of ways.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
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).
|
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
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{< /css.inline >}}
|
{{< /css.inline >}}
|
Loading…
Reference in New Issue
Block a user