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
|
||||
- Lower latency on serve before rebuilding from 2 to 1 second
|
||||
- Allow processing PNG and produced images are less blurry
|
||||
- Add an id (`zola-continue-reading`)
|
||||
|
||||
## 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
|
||||
[template](./documentation/templates/pages-sections.md#page-variables).
|
||||
|
||||
An anchor link to this position named `continue-reading` is created so you can link
|
||||
directly to it if needed for example:
|
||||
An anchor link to this position named `continue-reading` is created, wrapped in a paragraph
|
||||
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>`
|
||||
|
|
Loading…
Reference in a new issue