pages-themes / leap-day

Leap day is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/leap-day/
Creative Commons Zero v1.0 Universal
200 stars 478 forks source link

No way to get to home page #65

Open chaojian-zhang opened 1 year ago

chaojian-zhang commented 1 year ago

Hi, thanks for the beautiful theme - and it works with mobile devices as well!

Most other themes supports going to the front page with title click, in Leap Day, however, the title is updated depending on the specific page - this causes problem that it seems there is no way to jump back to the front page.

I don't know whether this is intentional or overlooked?

chaojian-zhang commented 1 year ago

On that note, the home page has the same description as any subpages, which can be a bit confusing:

Home Page - the title and description is set in configuration file: Header

Sub page - the title changed, there is no way to go back to home page, and the description is the same as the home page, which looks as if it's a description for the sub page: Articles

chaojian-zhang commented 1 year ago

On that note, the home page has the same description as any subpages, which can be a bit confusing:

Home Page - the title and description is set in configuration file: (Image)

Sub page - the title changed, there is no way to go back to home page, and the description is the same as the home page, which looks as if it's a description for the sub page: (Image)

Looks like this is no longer the case? On sub pages the title is still showing website title. Though navigation is still not enabled.

LiuJiewenTT commented 1 year ago

Hey, guy! I have a solution for this. Here is a link of mine and there is a link to my layout. link And for page title, it will get the title from the Markdown file. If it's not, or it's a HTML file, you should write YAML Front Header. The Official docs of Github Pages will help you with these problems.