You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The article shortcode does not work as expected when trying to embed other articles using the .RelPermalink of a file. Even when specifying the correct path according to the documentation, the content of the linked article is not displayed.
To Reproduce
Create an article located at content/blog/2024/April/my_file/index.md
use the article shortcode
{{< article "/blog/2024/April/my_file/" >}}
the content of the referenced article is not displayed.
Hugo & Blowfish versions
last version both
The text was updated successfully, but these errors were encountered:
Describe the bug
The article shortcode does not work as expected when trying to embed other articles using the .RelPermalink of a file. Even when specifying the correct path according to the documentation, the content of the linked article is not displayed.
To Reproduce
Create an article located at content/blog/2024/April/my_file/index.md
use the article shortcode
{{< article "/blog/2024/April/my_file/" >}}
the content of the referenced article is not displayed.
Hugo & Blowfish versions
last version both
The text was updated successfully, but these errors were encountered: