Search code examples
htmlgithub-pages

how to change the title of my github page from https//name.github.io to title of my choice


enter image description here

I have tried using <title> tag in "default.html" but it just adds a title in my page and doesn't change my browser tab

theme : jekyll hack


Solution

  • Add <title> your_title </title> in the head section of default.html

    default.html is located under "your-github-domain/_layouts"