jekyll / minima

Minima is a one-size-fits-all Jekyll theme for writers.
https://jekyll.github.io/minima/
MIT License
3.4k stars 3.62k forks source link

header_pages doesnt work #798

Closed FireRedDev closed 1 month ago

FireRedDev commented 1 month ago

Hey! My header items dont show up when using layout home - not if i just use blog.md without the html document either (check it at christophergusenbauer.at/blog) image

title: Christopher Gusenbauers Website
description: >- # this means to ignore newlines until "baseurl:"
  Christopher Gusenbauer ist ein oberösterreichischer Unternehmer, Entwickler und Content Creator
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://christophergusenbauer.at" # the base hostname & protocol for your site, e.g. http://example.com
header_pages:
  - index.html
  - blog.md

# Build settings
theme: minima
plugins:
  - jekyll-feed
ashmaroli commented 1 month ago

Hello @FireRedDev Your repository contains _includes/header.html which overrode <minima>/_includes/header.html that contains the markup and logic for rendering the _headerpages feature.

You may rename your header include file to some other name to resolve this issue.