summaryrefslogtreecommitdiffstats
path: root/hugolib/pagebundler_handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/pagebundler_handlers.go')
-rw-r--r--hugolib/pagebundler_handlers.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/hugolib/pagebundler_handlers.go b/hugolib/pagebundler_handlers.go
index 2ab0ebafe..fdff76e24 100644
--- a/hugolib/pagebundler_handlers.go
+++ b/hugolib/pagebundler_handlers.go
@@ -272,10 +272,6 @@ func (c *contentHandlers) handlePageContent() contentHandler {
p := ctx.currentPage
- if c.s.Cfg.GetBool("enableEmoji") {
- p.workContent = helpers.Emojify(p.workContent)
- }
-
p.workContent = p.renderContent(p.workContent)
tmpContent, tmpTableOfContents := helpers.ExtractTOC(p.workContent)