This is my personal GH Pages site.
I have this set in my /_config.yml
:
theme: jekyll-theme-cayman
title: iBug @ GitHub
description: The small personal site for iBug
Now it shows a big title iBug @ GitHub and a tagline on every page GH Pages generates. I want to set overrides for specific pages. I tried
---
title: Blog index
---
in /blog/index.html
, but it doesn't work. It only changes the HTML title of the page (browser title bar), but not the "title" in the big block on the top of the page.
How do I set an override title for a single page?
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
now github.com/pages-themes/cayman/commit/… – Bona