hugolib: Enable Emoji in site benchmark

This commit is contained in:
Bjørn Erik Pedersen 2018-12-20 17:24:51 +01:00
parent f2167de834
commit 4d93aca27d
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -166,7 +166,7 @@ look like:
* the other one
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
> written like so.
@ -207,6 +207,7 @@ baseURL = "http://example.com/blog"
paginate = 10
defaultContentLanguage = "en"
enableEmoji = true
[outputs]
home = [ "HTML" ]