fixed link

This commit is contained in:
Nuno Coração 2022-10-07 11:25:00 +01:00
parent b17ceb977e
commit a05955cb29

View file

@ -38,7 +38,7 @@ Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter.
{{< /alert >}} {{< /alert >}}
## Article ## Article
`Article` will 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. `Article` will 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 you are running your website in a subfolder like Blowfish (i.e. /blowfish/) please include that path in the link.*
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->
|Parameter|Description| |Parameter|Description|
@ -49,10 +49,10 @@ Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter.
**Example:** **Example:**
```md ```md
{{</* article link="/docs/welcome/" */>}} {{</* article link="/blowfish/docs/welcome/" */>}}
``` ```
{{< article link="/docs/welcome/" >}} {{< article link="/blowfish/docs/welcome/" >}}