Skip to content

Commit

Permalink
docs: fix overview example link #1786 (#1811)
Browse files Browse the repository at this point in the history
* docs: fix overview example link

* docs: use get_url to track section

* docs: ignore get_url in example
  • Loading branch information
brleinad authored Mar 29, 2022
1 parent b66a4f2 commit b8342e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The `index.html` file inside the `templates` directory should be:
<h1 class="title">
This is my blog made with Zola.
</h1>
<p>Click <a href="/blog/">here</a> to see my posts.</p>
<p>Click <a href="{{/* get_url(path="@/blog/_index.md") */}}">here</a> to see my posts.</p>
{% endblock content %}
```

Expand Down

0 comments on commit b8342e7

Please sign in to comment.