From b8342e7da76db132e8571d864a68889386a119e1 Mon Sep 17 00:00:00 2001 From: Daniel RB Date: Tue, 29 Mar 2022 06:35:26 -0400 Subject: [PATCH] docs: fix overview example link #1786 (#1811) * docs: fix overview example link * docs: use get_url to track section * 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 6fd51cbafa..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 %} ```