Added jemoji in the plugins and CSS in the post.scss

This commit is contained in:
Abdullah Al Imran 2018-05-20 01:22:01 +06:00
parent d85264a9e1
commit b6ab37b619
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,7 @@ sass:
# Gems
plugins:
- jekyll-paginate
# - jemoji #Uncomment this to allow emoji in your post
# Permalinks
permalink: /:year-:month-:day/:title

View File

@ -48,4 +48,16 @@
font-style: normal;
text-align: center;
}
// CSS for making emoji inline
img.emoji {
display: inline-block;
left: 0;
transform: none;
width: 1rem;
height: 1rem;
vertical-align: text-top;
padding: 0;
margin: 0;
}
}