From 4d93aca27dfdebc9e06948ccf37a7922dac09d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 20 Dec 2018 17:24:51 +0100 Subject: [PATCH] hugolib: Enable Emoji in site benchmark --- hugolib/site_benchmark_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] -- 2.30.2