exampleSite: fix links
This commit is contained in:
parent
c9de63ded5
commit
e71ceac1c7
|
@ -107,13 +107,13 @@ hugo mod get -u
|
||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
- ### [Papermod - Features](../papermod-features)
|
- ### [Papermod - Features](../features)
|
||||||
|
|
||||||
- ### [Papermod - FAQs](../papermod-how-to)
|
- ### [Papermod - FAQs](../faq)
|
||||||
|
|
||||||
- ### [Papermod - Variables](../papermod-variables)
|
- ### [Papermod - Variables](../variables)
|
||||||
|
|
||||||
- ### [Papermod - Icons](../papermod-icons)
|
- ### [Papermod - Icons](../icons)
|
||||||
|
|
||||||
- ### [ChangeLog](https://github.com/reorx/hugo-PaperModX/releases)
|
- ### [ChangeLog](https://github.com/reorx/hugo-PaperModX/releases)
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ In this example we will be using [KaTeX](https://katex.org/)
|
||||||
|
|
||||||
- Create a partial under `/layouts/partials/math.html`
|
- Create a partial under `/layouts/partials/math.html`
|
||||||
- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
|
- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
|
||||||
- Include the partial in your templates ([`extend_head.html`](../papermod/papermod-faq/#custom-head--footer)) like so:
|
- Include the partial in your templates ([`extend_head.html`](../faq/#custom-head--footer)) like so:
|
||||||
- refer [ISSUE #236](https://github.com/adityatelange/hugo-PaperMod/issues/236)
|
- refer [ISSUE #236](https://github.com/adityatelange/hugo-PaperMod/issues/236)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue