Skip to content

v2.84 breaks list views with summary #2035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
schneekluth opened this issue Mar 31, 2025 · 4 comments · May be fixed by #2059
Open

v2.84 breaks list views with summary #2035

schneekluth opened this issue Mar 31, 2025 · 4 comments · May be fixed by #2059

Comments

@schneekluth
Copy link

Describe the bug
Version 2.84 brakes list views with summary information enabled in frontmatter.

To Reproduce
Steps to reproduce the behavior:

  1. Create a post with a summary in frontmatter e.g.:
    ---
    title: "Pixelclock: Custom App Collection"
    summary: "Da die Entwicklung der Custom Firmware AWTRIX3 schleunig voranschreitet und fortlaufend neue Features eingebaut werden, soll dieser Post als Sammler für derzeitige und zukünftige Custom Apps dienen."
    date: 2023-04-29T11:29:27+02:00
    slug: "/pixelclock-custom-app-collection"
    topics: ["Home Assistant"]
    categories: ["MQTT", "Microcontroller", "Media Player", "Notification"]
    tags: ["Ulanzi Pixelclock", "ESP32", "Spotify", ]
    ---
    
  2. Go to params.toml
  3. Set Option showSummary = true

Screenshots
The behavior in v2.83 maintained the list view and added summary perfectly with option showSummary = true:

Image

Version v2.84 creates a list with summary below the post when setting showSummary = true:

Image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Chrome (134.0.6998.178) and Firefox (136.0.4)

Hugo & Blowfish versions

  • Hugo v0.145.0
  • Blowfish v2.83/v2.84
@adriantunez
Copy link

adriantunez commented Apr 1, 2025

This also happens to me in macOs 14.6.1 (23G93) arm Chrome (134.0.6998.89) and Safari version 17.6 (19618.3.11.11.5)
Same hugo version: v0.145.0+extended+withdeploy darwin/arm64

@toa-heavyindustries
Copy link

Same problem.

OS: macOS Sequoia 15.4
Hugo: v0.145.0+extended
Blowfish: v2.84
Chrome: 134 arm64

@Barti-meaus
Copy link

Same Problem

OS: Linux, 6.11.0-109019-tuxedo (64-bit)
Hugo: hugo v0.145.0
Blowfish: 2.84.0 via git submodule
Tried on Chrome, ZenBrowser and Firefox

@ragibson
Copy link
Contributor

Took a shot at fixing this in #2059.

It seems that the CSS rules that used to apply the flex-nowrap on this element for medium screens don't take precedence anymore in recent versions of Tailwind somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants