-
Couldn't load subscription status.
- Fork 305
Description
Hi there, I'm not sure what I am doing wrong, but I can't seem to get the titles to work correctly. I am using Github pages, which is pulling the Jekyll SEO Tag v2.6.1. The repo is publicly available here: https://github.com/DevJourneyFm/DevJourneyFm.github.io
1- In my _config.yml file I have a default "title: DevJourney Podcast"
2- In my _layout, I add the {% SEO %} call, this layout is used by every page
2- In my index.html I have "title: Home"
3- Most of my other pages have custom titles, ex: "title: #127 Emmanuel Bernard"
4- Some pages don't have any title
As is, the title defaults to:
- "Home | DevJourney Podcast" on the home ✅ (ex: https://devjourney.info/)
- "DevJourney Podcast" on all other pages ❌ (ex: https://devjourney.info/Guests/130-NataliaTepluhina.html)
If I remove the tag in _config.yml the title defaults to:
- "Home | DevJourney Podcast" on the home ✅
- "DevJourneyFm.github.io" on other pages ❌
Any idea what I am doing wrong?