Sync docs with website

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent a068850578
commit 38081b3d52
  1. 20
      content-sample/index.md

@ -175,16 +175,16 @@ to use in your theme. Please note that paths (e.g. `{{ base_dir }}`) and URLs
* `{{ content }}` - The content of the current page * `{{ content }}` - The content of the current page
(after it has been processed through Markdown) (after it has been processed through Markdown)
* `{{ pages }}` - A collection of all the content pages in your site * `{{ pages }}` - A collection of all the content pages in your site
* `{{ page.id }}` * `{{ page.id }}` - The relative path to the content file
* `{{ page.url }}` * `{{ page.url }}` - The URL to the page
* `{{ page.title }}` * `{{ page.title }}` - The title of the page (YAML header)
* `{{ page.description }}` * `{{ page.description }}` - The description of the page (YAML header)
* `{{ page.author }}` * `{{ page.author }}` - The author of the page (YAML header)
* `{{ page.time }}` * `{{ page.time }}` - The timestamp derived from the `Date` header
* `{{ page.date }}` * `{{ page.date }}` - The date of the page (YAML header)
* `{{ page.date_formatted }}` * `{{ page.date_formatted }}` - The formatted date of the page
* `{{ page.raw_content }}` * `{{ page.raw_content }}` - The raw, not yet parsed contents of the page
* `{{ page.meta }}` * `{{ page.meta }}`- The meta values of the page
* `{{ prev_page }}` - The data of the previous page (relative to `current_page`) * `{{ prev_page }}` - The data of the previous page (relative to `current_page`)
* `{{ current_page }}` - The data of the current page * `{{ current_page }}` - The data of the current page
* `{{ next_page }}` - The data of the next page (relative to `current_page`) * `{{ next_page }}` - The data of the next page (relative to `current_page`)

Loading…
Cancel
Save