From: Bjørn Erik Pedersen Date: Thu, 20 Dec 2018 16:24:51 +0000 (+0100) Subject: hugolib: Enable Emoji in site benchmark X-Git-Tag: v0.53~21 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d93aca27;p=brevno-suite%2Fhugo hugolib: Enable Emoji in site benchmark --- diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go index dbe29a94..d30d30a8 100644 --- a/hugolib/site_benchmark_test.go +++ b/hugolib/site_benchmark_test.go @@ -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" ]