From 9b3913c861808af532a42c0fbad6cccbd96cd4f3 Mon Sep 17 00:00:00 2001 From: Jacob Lamont Date: Fri, 1 Apr 2022 12:44:06 -0400 Subject: [PATCH] Remove footnoteAnchorPrefix and footnoteReturnLinkContents (#1704) Removes `footnoteAnchorPrefix` and `footnoteReturnLinkContents` from general configuration docs since these are specific to Blackfriday and documented in the [Blackfriday](https://gohugo.io/getting-started/configuration-markup/#blackfriday) configuration docs. --- content/en/getting-started/configuration.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index aed0ea100..47622cc9b 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -254,18 +254,6 @@ Enable generation of `robots.txt` file. See [Front matter Configuration](#configure-front-matter). -### footnoteAnchorPrefix - -**Default value:** "" - -Prefix for footnote anchors. - -### footnoteReturnLinkContents - -**Default value:** "" - -Text to display for footnote return links. - ### googleAnalytics **Default value:** "" @@ -568,7 +556,6 @@ The following is a typical example of a configuration file. The values nested un {{< code-toggle file="config">}} baseURL: "https://yoursite.example.com/" title: "My Hugo Site" -footnoteReturnLinkContents: "↩" permalinks: posts: /:year/:month/:title/ params: