From b4b27826c95074589295bf52f74c3fff9b38bbd7 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Mon, 30 Aug 2021 17:58:35 +0530 Subject: [PATCH] Explicit path in documentation (#64) --- exampleSite/content/posts/theme-documentation-advanced.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/posts/theme-documentation-advanced.md b/exampleSite/content/posts/theme-documentation-advanced.md index a42e036..8948128 100644 --- a/exampleSite/content/posts/theme-documentation-advanced.md +++ b/exampleSite/content/posts/theme-documentation-advanced.md @@ -22,7 +22,7 @@ This is the default blog post type which will be shown in your "Posts" section a title: "Hello, world!" date: 2021-01-01 description: "A blog post" -image: "path/to/image.png" +image: "/path/to/image.png" type: "post" tags: ["blog"] --- @@ -38,7 +38,7 @@ We introduced this type to distinguish between blog posts and normal markdown pa ```markdown --- title: "Hello, world!" -image: "path/to/image.png" +image: "/path/to/image.png" type: "page" --- @@ -124,7 +124,7 @@ We make sure your pages are social media ready. ```markdown --- title: "Hello, world!" -image: "path/to/image.png" +image: "/path/to/image.png" --- ```