mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
hugolib: Enable Emoji in site benchmark
This commit is contained in:
@@ -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" ]
|
||||||
|
Reference in New Issue
Block a user