diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index 6369a5e255..6e8020d727 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -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} diff --git a/exampleSite/content/cont/pages/_index.en.md b/exampleSite/content/cont/pages/_index.en.md index 8291c43689..6217ecfe3f 100644 --- a/exampleSite/content/cont/pages/_index.en.md +++ b/exampleSite/content/cont/pages/_index.en.md @@ -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