Browse Source

Tweak to docs to mention the paragraph id for continue-reading

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
3d9c27e095
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +2
    -2
      docs/content/documentation/content/page.md

+ 1
- 0
CHANGELOG.md View File

@@ -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)



+ 2
- 2
docs/content/documentation/content/page.md View File

@@ -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…
Cancel
Save