From 4f863151a62eb22aa45643e80729bb63d03061bd Mon Sep 17 00:00:00 2001 From: Daniel Rodas Bautista Date: Sun, 27 Mar 2022 20:30:40 -0400 Subject: [PATCH 1/3] docs: fix overview example link --- docs/content/documentation/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/overview.md b/docs/content/documentation/getting-started/overview.md index 6fd51cbafa..82daf6d941 100644 --- a/docs/content/documentation/getting-started/overview.md +++ b/docs/content/documentation/getting-started/overview.md @@ -219,7 +219,7 @@ The `index.html` file inside the `templates` directory should be:

This is my blog made with Zola.

-

Click here to see my posts.

+

Click here to see my posts.

{% endblock content %} ``` From 1e1ef96c09aab2acb4d21615e8857581a86f0ac7 Mon Sep 17 00:00:00 2001 From: Daniel Rodas Bautista Date: Mon, 28 Mar 2022 13:27:56 -0400 Subject: [PATCH 2/3] docs: use get_url to track section --- docs/content/documentation/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/overview.md b/docs/content/documentation/getting-started/overview.md index 82daf6d941..3224f938a9 100644 --- a/docs/content/documentation/getting-started/overview.md +++ b/docs/content/documentation/getting-started/overview.md @@ -219,7 +219,7 @@ The `index.html` file inside the `templates` directory should be:

This is my blog made with Zola.

-

Click here to see my posts.

+

Click here to see my posts.

{% endblock content %} ``` From e9462ee30ed3898756a18cd2ce8a206878ba2ad1 Mon Sep 17 00:00:00 2001 From: Daniel Rodas Bautista Date: Mon, 28 Mar 2022 17:39:41 -0400 Subject: [PATCH 3/3] docs: ignore get_url in example --- docs/content/documentation/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/overview.md b/docs/content/documentation/getting-started/overview.md index 3224f938a9..ad31fdd89a 100644 --- a/docs/content/documentation/getting-started/overview.md +++ b/docs/content/documentation/getting-started/overview.md @@ -219,7 +219,7 @@ The `index.html` file inside the `templates` directory should be:

This is my blog made with Zola.

-

Click here to see my posts.

+

Click here to see my posts.

{% endblock content %} ```