mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
20cbc2c785
Add a configuration option "noreferrerLinks". When set to "true" the "HTML_NOREFERRER_LINKS" flag is being passed to Blackfriday. Thereby all *absolute* links will get a "noreferrer" value for their "rel" attribute. See #4722 |
||
---|---|---|
.. | ||
bfconfig.md | ||
dateformatting.md | ||
index.md | ||
menuvars.md | ||
README.md | ||
sectionvars.md | ||
testing.txt |
readdirs Directory for Reusable Content
Files in this directory are:
- Used in more than one place within the Hugo docs
- Used in Examples of readdir (i.e. in local file templates)
These files are called using the readfile
shortcode (source).
You can call this shortcode in the docs as follows:
{
{
% readfile file="/path/to/file.txt" markdown="true" %}
}
markdown="true"
is optional (default = "false"
) and parses the string through the Blackfriday renderer.