We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These two basic features would be nice to enable better navigation on the website.
Hooks: I mean getting the url to a section of a page, like this:
Link to home: I think it would be nice if clicking on the MoBIE logo leads back to the initial web page.
@K-Meech any idea how to do this in the github jekyll theme we're using?
The text was updated successfully, but these errors were encountered:
I agree this would be very useful! I don't think there's an easy way to add those hooks to github pages though unfortunately. They appear automatically for github markdown, but it looks like you'd need to add some extras to make it work for github pages e.g. https://ben.balter.com/2014/03/13/pages-anchor-links/ or https://milanaryal.com.np/adding-hover-anchor-links-to-header-on-github-pages-using-jekyll/
For making the image a link, I think this is added here: https://github.com/mobie/mobie.github.io/blob/master/_layouts/default.html#L34 So you probably just need to add a link to this line?
Sorry, something went wrong.
Ok, thanks for the links, maybe I have some time to take a look in the next week or so.
Indeed, that was easy: dae33eb
No branches or pull requests
These two basic features would be nice to enable better navigation on the website.
Hooks: I mean getting the url to a section of a page, like this:
Link to home: I think it would be nice if clicking on the MoBIE logo leads back to the initial web page.
@K-Meech any idea how to do this in the github jekyll theme we're using?
The text was updated successfully, but these errors were encountered: