Skip to content
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

[Bug]: PaperMod theme - Empty "Search" and "Archive" pages #1648

Open
1 task done
kl2111 opened this issue Dec 16, 2024 · 0 comments
Open
1 task done

[Bug]: PaperMod theme - Empty "Search" and "Archive" pages #1648

kl2111 opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kl2111
Copy link

kl2111 commented Dec 16, 2024

What happened?

The Search and Archive pages load but show only headers without any functional content:

  • Search page shows only "Search" title and search box placeholder
  • Archive page shows only "Archive" title
  • No actual search functionality works
  • No archive/posts list is displayed

Steps to reproduce

  1. Using Hugo v0.129.0 extended version
  2. Using latest PaperMod theme (commit 9ea3bb0)
  3. Visit site's Search page
  4. Page loads but shows only "Search" title and search box placeholder
  5. Visit site's Archive page
  6. Page loads but shows only "Archive" title with no content

Hugo Version

Hugo >= 0.125.7 (Recommended - Minimum version required for PaperMod)

PaperMod Version

PaperMod v7.0 (Commit-id: 9ea3bb0)

What kind of devices are you seeing the problem on?

Desktop

What browsers are you seeing the problem on?

Chrome

Browser Version

Google Chrome 131.0.6778.140 (arm64)

Relevant log output

hugo server -v output:
- Warning: .Site.Social was deprecated in Hugo v0.124.0
- No explicit errors related to search or archive functionality
- Site builds successfully in 172ms
- 109 pages processed successfully


Built in 172 ms
Environment: "development"
Serving pages from disk
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) 
Press Ctrl+C to stop

**info about click search**
INFO  build:  step render substep pages site en outputFormat html duration 92.916µs
INFO  build:  step render substep pages site en outputFormat rss duration 117.375µs
INFO  build:  step render pages 0 content 0 duration 475.792µs
INFO  build:  step render deferred count 0 duration 10.584µs
INFO  build:  step postProcess duration 20.292µs
INFO  build:  duration 820.042µs
INFO  build:  step render substep pages site en outputFormat html duration 194.417µs
INFO  build:  step render substep pages site en outputFormat rss duration 343.625µs
INFO  build:  step render pages 0 content 0 duration 1.024083ms
INFO  build:  step render deferred count 0 duration 4.042µs
INFO  build:  step postProcess duration 37.875µs
INFO  build:  duration 1.474583ms

**info about click archive**

INFO  build:  step render substep pages site en outputFormat html duration 225.458µs
INFO  build:  step render substep pages site en outputFormat rss duration 161.042µs
INFO  build:  step render pages 0 content 0 duration 773.166µs
INFO  build:  step render deferred count 0 duration 3µs
INFO  build:  step postProcess duration 30.209µs
INFO  build:  duration 1.139458ms

Repository/Source Code link where this issue can be reproduced

https://github.com/kl2111/klblog

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kl2111 kl2111 added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant