fixed circular dependency in hugo

This commit is contained in:
Nuno Coração 2022-10-13 23:39:01 +01:00
parent 88bbb564ac
commit b36d74fa9f
2 changed files with 2 additions and 6 deletions

View file

@ -95,6 +95,6 @@ Nuno's awesome dummy bio.
## Sample ## Sample
The sample below shows an example where the default site author is turned off and the article has multiple authors. This sample sample below shows an example where the default site author is turned off and the article has multiple authors.
{{< article link="/blowfish/samples/multiple-authors/" >}} {{< article link="/blowfish/samples/multiple-authors/" >}}

View file

@ -11,8 +11,4 @@ authors:
- "secondauthor" - "secondauthor"
--- ---
This is an example of how an article with multiple authors will look like. This is an example of how an article with multiple authors will look like.
Check the article below for details on how to configure the feature.
{{< article link="/blowfish/docs/multi-author/" >}}