Article
<time datetime="2023-08-30 23:48:06 -0500 CDT">Updated: August 30 2023</time>
article
shortcode
blowfish
blowfish shortcodes - This article is part of a series.
Part 2: This Article
- 🐡 Shortcodes:
Article
- Embed a single article into a markdown file.
The link
to the file should be the .RelPermalink
of the file to be embedded.
Note that the shortcode will not display anything if it’s referencing it’s parent.
Note: If the root of your hugo site is a subfolder
(i.e. /blowfish/)
You must include that path in the link.
Parameter | Description |
---|---|
link |
Required. The .RelPermalink to the target article. |
Example:
{{< article link="/blowfish/docs/welcome/" >}}
Welcome to Blowfish
<time datetime="2023-08-19 21:44:35 -0500 CDT">Updated: August 19 2023</time><span class="px-2 text-primary-500">·</span><span>595 words</span><span class="px-2 text-primary-500">·</span><span title="Reading time">3 mins</span>
new
docs
blowfish shortcodes - This article is part of a series.
Part 2: This Article