summaryrefslogtreecommitdiffstats
path: root/docs/content/en/readfiles/bfconfig.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/readfiles/bfconfig.md')
-rw-r--r--docs/content/en/readfiles/bfconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/readfiles/bfconfig.md b/docs/content/en/readfiles/bfconfig.md
index 5388694dc..2d62c310d 100644
--- a/docs/content/en/readfiles/bfconfig.md
+++ b/docs/content/en/readfiles/bfconfig.md
@@ -41,7 +41,7 @@
`hrefTargetBlank`
: default: **`false`** <br>
Blackfriday flag: **`HTML_HREF_TARGET_BLANK`** <br>
- Purpose: `true` opens external links in a new window or tab.
+ Purpose: `true` opens <s>external links</s> **absolute** links in a new window or tab. While the `target="_blank"` attribute is typically used for external links, Blackfriday does that for _all_ absolute links ([ref](https://discourse.gohugo.io/t/internal-links-in-same-tab-external-links-in-new-tab/11048/8)). One needs to make note of this if they use absolute links throughout, for internal links too (for example, by setting `canonifyURLs` to `true` or via `absURL`).
`plainIDAnchors`
: default **`true`** <br>