pages-themes / slate

Slate is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/slate/
Creative Commons Zero v1.0 Universal
301 stars 975 forks source link

Show "View on GitHub" on project pages only doesn't work... #35

Closed rafaelurben closed 4 years ago

rafaelurben commented 4 years ago

Is also shows up if it isn't a project page and also if

github:
  is_project_page: false

is in "_config.yml"

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

PaulCoral commented 3 years ago

Is also shows up if it isn't a project page and also if

github:
  is_project_page: false

is in "_config.yml"

@rafaelurben Seems like it works like this

site:
  github:
    is_project_page: false
rafaelurben commented 3 years ago

Oh, I actually forgot about this issue 😂 I just modified the template so I don't need this anymore 🤷 But thank you anyway!