* docs: fix overview example link * docs: use get_url to track section * docs: ignore get_url in example
This commit is contained in:
parent
b66a4f2387
commit
b8342e7da7
@ -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 %}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user