Skip to content

Commit

Permalink
Merge pull request chesterhow#26 from abdalimran/master
Browse files Browse the repository at this point in the history
Added jemoji in the plugins and CSS in the post.scss
  • Loading branch information
chesterhow authored May 21, 2018
2 parents d85264a + b6ab37b commit 9f4f996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sass:
# Gems
plugins:
- jekyll-paginate
# - jemoji #Uncomment this to allow emoji in your post

# Permalinks
permalink: /:year-:month-:day/:title
Expand Down
12 changes: 12 additions & 0 deletions _sass/tale/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 9f4f996

Please sign in to comment.