From 017f61b323f9dab91a8bb0897e046756d6e78442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Mon, 25 Mar 2019 07:06:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb738f0..aa8622e 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,9 @@ to `config.toml` file in your Hugo root directory and change params fields. In c Adding a cover image to your post is simple and there are two options when you edit your `index.md` file in `content/posts/blog-entry-xy/index.md`: -* Use `cover: "/path/to/absolute/img.jpg"` to link an absolute image +* Use `cover = "/path/to/absolute/img.jpg"` to link an absolute image * Resulting in `https://www.yourpage.com/path/to/absolute/img.jpg` -* Use `cover: "img.jpg"` and `useRelativeCover: true` to link the image relative to the blog post folder +* Use `cover = "img.jpg"` and `useRelativeCover = true` to link the image relative to the blog post folder * Resulting in `https://www.yourpage.com/posts/blog-entry-xy/img.jpg` ## Add-ons