diff --git a/config.toml b/config.toml index 347f002..787989e 100644 --- a/config.toml +++ b/config.toml @@ -32,6 +32,7 @@ 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 1db8a00..4da3576 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -338,7 +338,7 @@ The ASCII Quill and a parchment -Quill and a parchment +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 b0a6a9b..af1f7c5 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/templates/404.html b/templates/404.html index 07d7d5d..fa1edd3 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,7 +4,7 @@ {%- set rel_attributes = macros_rel_attributes::rel_attributes() | trim -%} - 404 + 404

Page Not Found

diff --git a/templates/partials/comments.html b/templates/partials/comments.html index 0284b50..a321734 100644 --- a/templates/partials/comments.html +++ b/templates/partials/comments.html @@ -20,7 +20,7 @@
{%- if config.extra.comments.show_qr -%} - + {%- endif -%}

{{ macros_translate::translate(key="comments", default="Comments", language_strings=language_strings) }}

{{ macros_translate::translate(key="comments_description", default="You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.", language_strings=language_strings) }}