diff --git a/config.toml b/config.toml
index 787989e..347f002 100644
--- a/config.toml
+++ b/config.toml
@@ -32,7 +32,6 @@ highlight_themes_css = [
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
]
smart_punctuation = true
-lazy_async_image = true
bottom_footnotes = true
[search]
diff --git a/content/demo/index.md b/content/demo/index.md
index 4da3576..1db8a00 100644
--- a/content/demo/index.md
+++ b/content/demo/index.md
@@ -338,7 +338,7 @@ The ASCII
Quill and a parchment
-
+
A quill is a writing tool made from a moulted flight feather (preferably a primary wing-feather) of a large bird. Quills were used for writing with ink before the invention of the dip pen, the metal-nibbed pen, the fountain pen, and, eventually, the ballpoint pen.
diff --git a/content/demo/page.md b/content/demo/page.md
index af1f7c5..b0a6a9b 100644
--- a/content/demo/page.md
+++ b/content/demo/page.md
@@ -4,7 +4,7 @@ title = "Cake Party"
# Welcome to the cake party
-
+
Sadly, the cake is a _lie_
diff --git a/content/tricks/index.md b/content/tricks/index.md
index b30e208..f07523e 100644
--- a/content/tricks/index.md
+++ b/content/tricks/index.md
@@ -8,6 +8,16 @@ Several lesser known Duckquill thingies.
If you have some, please consider sharing them here.
+## Table of Contents
+
+- [Styling](#styling)
+ - [Navbar](#navbar)
+ - [Headings](#headings)
+ - [Strikethrough](#strikethrough)
+ - [Edge Highlights](#edge-highlights)
+ - [Horizontal Rules](#horizontal-rules)
+ - [Background Image](#background-image)
+
## Styling
Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.
diff --git a/sass/_comments.scss b/sass/_comments.scss
index e3b2064..aa28afc 100644
--- a/sass/_comments.scss
+++ b/sass/_comments.scss
@@ -136,7 +136,7 @@
.emoji {
all: unset;
display: inline-block;
- vertical-align: -0.35em;
+ vertical-align: middle;
width: 1.5em;
height: 1.5em;
}