Merge pull request #26 from abdalimran/master

Added jemoji in the plugins and CSS in the post.scss
This commit is contained in:
Chester How 2018-05-21 22:12:15 +08:00 committed by GitHub
commit 9f4f996a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}