Skip to content

Commit f26f771

Browse files
committed
Mention the id variable for the anchor link template
Closes #727
1 parent 059ca55 commit f26f771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/documentation/content/linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This option is set at the section level: the `insert_anchor_links` variable on t
3333

3434
The default template is very basic and will need CSS tweaks in your project to look decent.
3535
If you want to change the anchor template, it can easily be overwritten by
36-
creating a `anchor-link.html` file in the `templates` directory.
36+
creating a `anchor-link.html` file in the `templates` directory which gets an `id` variable.
3737

3838
## Internal links
3939
Linking to other pages and their headings is so common that Zola adds a

0 commit comments

Comments
 (0)