From fb614f750299e6adabca2aec4f6872792b21a6c5 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 16 May 2022 08:54:03 +0200 Subject: Do not add link author twice --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc392bc..c8e2ec0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,7 +19,11 @@ disableKinds = ['RSS'] [outputFormats.humanstxt] mediaType = 'text/plain' baseName = 'humans' + rel = 'author' isPlainText = true + isHTML = false + noUgly = true + permalinkable = false # Atom feed. # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom -- cgit v1.2.3