Skip to content

GitHub pages look different locally #22249

Discussion options

You must be logged in to vote

Hi @ukoehler! From what I can see from your repository it looks like the theme is applying correctly. You’ve made some modifications to the default HTML template that has changed the h1 to an h2 resulting in the dark text color.

As for the button issue, it looks like this is because of this section of the template:

github.com

ukoehler/ukoehler.github.io/blob/32167eacbd48333d91ced6ede5c42051172419f4/_layouts/default.html#L21-L29

  1. {% if site.github.is_project_page %}
  2. <p class="header">This project is maintained by <a class="header name" href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
  3. {% endif %}
  4. {% if site.github.is_user_page %}
  5. <ul>
  6. <li><a class="buttons gi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants