Added jemoji in the plugins and CSS in the post.scss
This commit is contained in:
parent
d85264a9e1
commit
b6ab37b619
2 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,7 @@ sass:
|
||||||
# Gems
|
# Gems
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
# - jemoji #Uncomment this to allow emoji in your post
|
||||||
|
|
||||||
# Permalinks
|
# Permalinks
|
||||||
permalink: /:year-:month-:day/:title
|
permalink: /:year-:month-:day/:title
|
||||||
|
|
|
@ -48,4 +48,16 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-align: center;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue