Added no-emoji

This commit is contained in:
CRIMX 2018-01-05 14:30:59 +08:00
parent fa9253d9ab
commit e52ceb8b18
4 changed files with 9403 additions and 9383 deletions

View file

@ -103,6 +103,19 @@ If you do not like the `::`-style keywords, you can always use tags:
{% github_emoji sparkles %}
```
Add `no-emoji: true` to front-matter to stop replacing `::`:
```md
---
title: Hello World
no-emoji: true
---
:tada: as it is.
{% github_emoji tada %} still works.
```
## Helper
You can also render a GitHub emoji from a template using the `github_emoji` helper: