.. and the excerpt too!
- The excerpt support is built-in
- The
title
anddescription
need something like
{{ page.title | emojify }}
{{ page.description | emojify }}
(Please click More
)
Here’s another one outside the excerpt:
During page generation (content and excerpt), emoji-for-jekyll
may markup some things inadvertently (without passing through emojify
), e.g. when sending the title to Twitter, or in RSS feeds. This is because the main content actually contains the title with :icon_name: and is processed during generate
. To replace the generated images with the :icon_name:, just use demojify
:
{{ post.title | demojify }}
{{ post.content | demojify }}