commit 4d93aca27dfdebc9e06948ccf37a7922dac09d65
parent f2167de83493f13f02dd622425364668834f8208
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 20 Dec 2018 17:24:51 +0100
hugolib: Enable Emoji in site benchmark
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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" ]