From 0bb97fdb9dec369b120a8a92c868636c80fbcd2f Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 8 Jan 2021 12:24:38 -0500 Subject: [PATCH] Update exampleSite post * Update "Featured Images" --- exampleSite/content/post/featured-images/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/post/featured-images/index.md b/exampleSite/content/post/featured-images/index.md index ae5167a..fe1aef3 100644 --- a/exampleSite/content/post/featured-images/index.md +++ b/exampleSite/content/post/featured-images/index.md @@ -15,7 +15,8 @@ in this theme can have a featured image. Content pages in Hugo can have their images or any other files stored under the same directory of the page itself. In Hugo's terms, it's called **page bundle** and allows us to keep all assets together with a page content file. -This theme uses page bundles for featured images. There are two main different ways to add a featured image. +This theme uses [page bundles](https://gohugo.io/content-management/organization/#page-bundles) for featured images. +There are two main different ways to add a featured image. ### Option 1. Put `featured.*` or `thumbnail.*` image in the page bundle