Tweak to docs to mention the paragraph id for continue-reading
This commit is contained in:
parent
09f691fa47
commit
3d9c27e095
|
@ -5,6 +5,7 @@
|
||||||
- Add support for content in multiple languages
|
- Add support for content in multiple languages
|
||||||
- Lower latency on serve before rebuilding from 2 to 1 second
|
- Lower latency on serve before rebuilding from 2 to 1 second
|
||||||
- Allow processing PNG and produced images are less blurry
|
- Allow processing PNG and produced images are less blurry
|
||||||
|
- Add an id (`zola-continue-reading`)
|
||||||
|
|
||||||
## 0.5.1 (2018-12-14)
|
## 0.5.1 (2018-12-14)
|
||||||
|
|
||||||
|
|
|
@ -102,6 +102,6 @@ where you want the summary to end and the content up to that point will be also
|
||||||
available separately in the
|
available separately in the
|
||||||
[template](./documentation/templates/pages-sections.md#page-variables).
|
[template](./documentation/templates/pages-sections.md#page-variables).
|
||||||
|
|
||||||
An anchor link to this position named `continue-reading` is created so you can link
|
An anchor link to this position named `continue-reading` is created, wrapped in a paragraph
|
||||||
directly to it if needed for example:
|
with a `zola-continue-reading` id, so you can link directly to it if needed for example:
|
||||||
`<a href="{{ page.permalink }}#continue-reading">Continue Reading</a>`
|
`<a href="{{ page.permalink }}#continue-reading">Continue Reading</a>`
|
||||||
|
|
Loading…
Reference in a new issue