jekyll/minima

header_pages doesnt work

FireRedDev opened this issue · 1 comments

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

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

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