Remove support for Twemoji (#614)

This commit is contained in:
Luiz F. A. de Prá
2021-11-02 15:56:59 -03:00
parent 3c13225498
commit 8e2feee236
8 changed files with 3 additions and 33 deletions

View File

@@ -38,8 +38,6 @@ colorScheme = "auto"
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
# Enable Twemoji
enableTwemoji = false
# Custom CSS
customCSS = []
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)

View File

@@ -3250,12 +3250,6 @@ figure {
.fas {
font-weight: 900; }
img.emoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em; }
.content {
flex: 1;
display: flex;