mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
hugolib: Enable Emoji in site benchmark
This commit is contained in:
parent
f2167de834
commit
4d93aca27d
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,7 @@ look like:
|
||||||
* the other one
|
* the other one
|
||||||
|
|
||||||
Note that --- not considering the asterisk --- the actual text
|
Note that --- not considering the asterisk --- the actual text
|
||||||
content starts at 4-columns in.
|
content starts at 4-columns in :smile:.
|
||||||
|
|
||||||
> Block quotes are
|
> Block quotes are
|
||||||
> written like so.
|
> written like so.
|
||||||
|
@ -207,6 +207,7 @@ baseURL = "http://example.com/blog"
|
||||||
|
|
||||||
paginate = 10
|
paginate = 10
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
enableEmoji = true
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML" ]
|
home = [ "HTML" ]
|
||||||
|
|
Loading…
Reference in a new issue