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.
This commit is contained in:
Jacob Lamont
2022-04-01 12:44:06 -04:00
committed by GitHub
parent 94502a09ba
commit 9b3913c861
@@ -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: