Fix a pair of Tera links (#968)
This commit is contained in:
parent
1a3e91f5f4
commit
2e6d996709
|
@ -9,7 +9,7 @@ HTML to add some styling for example.
|
|||
To solve this, Zola borrows the concept of [shortcodes](https://codex.wordpress.org/Shortcode_API)
|
||||
from WordPress.
|
||||
In our case, a shortcode corresponds to a template defined in the `templates/shortcodes` directory or
|
||||
a built-in one that can be used in a Markdown file. If you want to use something similar to shortcodes in your templates, try [Tera macros](https://tera.netlify.com/docs/templates/#macros).
|
||||
a built-in one that can be used in a Markdown file. If you want to use something similar to shortcodes in your templates, try [Tera macros](https://tera.netlify.com/docs#macros).
|
||||
|
||||
|
||||
## Writing a shortcode
|
||||
|
|
|
@ -81,7 +81,7 @@ Decode the variable from base64.
|
|||
|
||||
## Built-in global functions
|
||||
|
||||
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs/templates/#built-in-functions)
|
||||
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs#built-in-functions)
|
||||
to make it easier to develop complex sites.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue