Featured articles with list shortcode on home page #2784
-
|
Dear Blowfish community, first of all, thank you for the great Blowfish theme and all the efforts invested in it 🙏 For my website I'm trying to add a list of featured articles on the first page. Therefore I created a In some of the articles I added the following in the front matter: Generating the website doesn't lead to any errors or warnings, the title of the list is shown as well, however none of the articles is shown in the list. I tried using I'm using hugo v0.154.5 with blowfish gitref 3a9016a What am I missing or is there a more Blowfish native way, to get a featured articles cardview list on the homepage? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi. I don't completely understand the Perhaps this can get something working for you. |
Beta Was this translation helpful? Give feedback.
Hi. I don't completely understand the
where,valueandtypelogic. However, in my site, I used:{{< list limit=1 where=Type value=events title="Latest event" >}}and it shows the latest event from the
content/eventsfolder.Perhaps this can get something working for you.