From 03d466c117c6a87616d0dfdc4520aee39c38c6e5 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 13 Nov 2019 00:23:43 +0100 Subject: [PATCH] Fix Pico's sample contents --- content-sample/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content-sample/index.md b/content-sample/index.md index a6b3389..fa56be0 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -87,7 +87,7 @@ As a common practice, we recommend you to separate your contents and assets by default. If you want to use some assets (e.g. a image) in one of your content files, use Pico's `assets` folder. You can then access them in your Markdown using the %assets_url% placeholder, for example: -!\[Image Title\](%assets_url%/assets/image.png) +!\[Image Title\](%assets_url%/image.png) ### Text File Markup @@ -230,7 +230,8 @@ that URLs (e.g. `{{ base_url }}`) never include a trailing slash. * ... * `{{ content }}` - The content of the current page after it has been processed through Markdown -* `{{ prev_page }}` - The data of the previous page, relative to `current_page` +* `{{ previous_page }}` - The data of the previous page, relative to + `current_page` * `{{ current_page }}` - The data of the current page; refer to the "Pages" section below for details * `{{ next_page }}` - The data of the next page, relative to `current_page`