docs: fix calls to relref #681

This commit is contained in:
Sören Weber 2023-10-10 19:37:28 +02:00
parent 16eb8efcac
commit b600ec3002
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 4 additions and 4 deletions

View file

@ -182,7 +182,7 @@ Nevertheless, if you're unhappy with the resulting URLs you can manually redefin
## MathJax
The MathJax configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Math]({{< relref "shortcodes/math" >}}) for additional documentation.
The MathJax configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Math]({{% relref "shortcodes/math" %}}) for additional documentation.
### Example {#math-example}
@ -194,7 +194,7 @@ You also can disable MathJax for specific pages while globally enabled.
## Mermaid
The Mermaid configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Mermaid]({{< relref "shortcodes/mermaid" >}}) for additional documentation.
The Mermaid configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Mermaid]({{% relref "shortcodes/mermaid" %}}) for additional documentation.
### Example {#mermaid-example}

View file

@ -49,7 +49,7 @@ Hugo provides a `new` command to create a new website.
hugo new site <new_project>
```
The Relearn theme provides [archetypes]({{%relref "cont/archetypes" %}}) to help you create this kind of pages.
The Relearn theme provides [archetypes]({{% relref "cont/archetypes" %}}) to help you create this kind of pages.
## Frontmatter Configuration
@ -147,7 +147,7 @@ The theme generates the menu based on the following rules:
- all visible entries show their immediate children entries if `alwaysopen=true`; this proceeds recursively
- all remaining entries are not shown
You can see this feature in action on the example page for [children shortcode]({{< relref "shortcodes/children" >}}) and its children pages.
You can see this feature in action on the example page for [children shortcode]({{% relref "shortcodes/children" %}}) and its children pages.
## Disable Section Pages