Add support emojis (#184)
* layout, index: render markdown emoji in section titles * exampleSite, config: enable emoji rendering in markdown files
This commit is contained in:
parent
4191af692f
commit
e13ca197b8
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant"
|
|||
# In order to add version information in the page's footer set to true.
|
||||
# enableGitInfo = true
|
||||
|
||||
# enable emoji processing in Markdown (valid only for pure markdown content)
|
||||
enableEmoji = true
|
||||
|
||||
# Theme-specific variables `.Site.Params.myParamName`
|
||||
[params]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue