We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba1913 commit 53cf920Copy full SHA for 53cf920
docs/content/documentation/getting-started/overview.md
@@ -220,7 +220,7 @@ The `index.html` file inside the `templates` directory should be:
220
<h1 class="title">
221
This is my blog made with Zola.
222
</h1>
223
-<p>Click <a href="{{/* get_url(path="@/blog/_index.md") */}}">here</a> to see my posts.</p>
+<p>Click <a href="{{/* get_url(path='@/blog/_index.md') */}}">here</a> to see my posts.</p>
224
{% endblock content %}
225
```
226
0 commit comments