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 ++++ layouts/partials/head.html | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 478410a..b0f1e58 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,6 @@ - {{ block "title" . }}{{ if .IsHome }}{{ site.Title }}{{ else }}{{ with .Params.Title }}{{ . }} - {{ end }}{{ site.Title }}{{ end }}{{ end }} -- cgit v1.2.3