mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
docs: fix calls to relref #681
This commit is contained in:
parent
16eb8efcac
commit
b600ec3002
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue