From 31188ce3c0a25a42465f6b11bd784bed9afec44e Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 19 Jan 2023 09:51:08 +0100 Subject: [PATCH] Fixed author's cover image not showing up no refs. The author's cover image didn't show up on the theme because the author template used `feature_image` instead of `cover_image`. --- author.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/author.hbs b/author.hbs index 2653af9..439b63c 100644 --- a/author.hbs +++ b/author.hbs @@ -9,17 +9,17 @@ {{#author}}
- {{#if feature_image}} + {{#if cover_image}}
{{!-- This is a responsive image, it loads different sizes depending on device https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}} {{title}}