jarrekk / Jalpc

🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
https://jarrekk.github.io/Jalpc/
MIT License
1.02k stars 1.1k forks source link

Blog page - title behavior #45

Closed ashutoshmjain closed 7 years ago

ashutoshmjain commented 7 years ago

Jack @JiaKunUp

When I click on the button 'AmJ' on the blog pages corner ..(top right corner ..same as Jalpc) , it routs me to url 'ashutoshmjain.github.com' .. Since there is nothing hosted on above url , it returns a 404 error.

Is there a way, I could have it routed to ashtoshmjain.github.com/homepage where my site is hosted ..

btw - it works fine on the main landing page where clicking on it takes me to page top ..

Thanks in advance

jarrekk commented 7 years ago

@ashutoshmjain Thanks for using this theme, this code is located at _includes/header.html and I use <a class="navbar-brand" href="/">{{ site.title }}</a> before, now it has changed to <a class="navbar-brand" href="{{ site.url }}">{{ site.title }}</a>, I think it works for you. Thanks for finding this bug.

ashutoshmjain commented 7 years ago

It worked for me .. Thanks again for the wonderful work . Really appreciate

Ashutosh