Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace site name with image instead. #36

Open
kishjayson opened this issue Jan 6, 2017 · 1 comment
Open

Replace site name with image instead. #36

kishjayson opened this issue Jan 6, 2017 · 1 comment

Comments

@kishjayson
Copy link

Would like the ability to substitute the site name in navigation.html with an image instead. I was able to accomplish this by using the updated code below, but I'm not sure if there's a more elegant solution available.

<a href="{{ '/' | relative_url }}" class="header-logo" title="{{ site.name }}"><img src="/assets/image-name-here.png" alt="Image Name Here" width="350"></a>
@kishjayson
Copy link
Author

I also did something similar on the 404.html page as well.

<h1><img src="/assets/image-name-here.png" alt="Image Name Here" width="130"/></h1>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants