From ce27df6f0d0cb3ec2cf3e9de43e4ce474be3e9b0 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 30 Jan 2023 17:28:11 +0100 Subject: [PATCH] Enabled read more links --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9aeb4e1..4772104 100644 --- a/config.toml +++ b/config.toml @@ -72,7 +72,7 @@ paginatePath = "page" opengraph = false # Enable OpenGraph if true #schema = true # Enable Schema #twitter_cards = true # Enable Twitter Cards if true - readmore = false # Show "Read more" button in list if true + readmore = true # Show "Read more" button in list if true authorbox = false # Show authorbox at bottom of pages if true #toc = true # Enable Table of Contents pager = true # Show pager navigation (prev/next links) at the bottom of pages if true