From b36d74fa9f27ff9a60e6dfe602a6c37fb0a7e09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 13 Oct 2022 23:39:01 +0100 Subject: [PATCH] fixed circular dependency in hugo --- exampleSite/content/docs/multi-author/index.md | 2 +- exampleSite/content/samples/multiple-authors.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/exampleSite/content/docs/multi-author/index.md b/exampleSite/content/docs/multi-author/index.md index 5c1a884f..f1291a8b 100644 --- a/exampleSite/content/docs/multi-author/index.md +++ b/exampleSite/content/docs/multi-author/index.md @@ -95,6 +95,6 @@ Nuno's awesome dummy bio. ## 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/" >}} \ No newline at end of file diff --git a/exampleSite/content/samples/multiple-authors.md b/exampleSite/content/samples/multiple-authors.md index 0db8882e..d547a28a 100644 --- a/exampleSite/content/samples/multiple-authors.md +++ b/exampleSite/content/samples/multiple-authors.md @@ -11,8 +11,4 @@ authors: - "secondauthor" --- -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/" >}} \ No newline at end of file +This is an example of how an article with multiple authors will look like. \ No newline at end of file