You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested locally with bundle exec jekyll build.
Sometimes the text displayed in the masthead links are not descriptive enough. If we could have tooltips for the links, we could give more details about what the link represents. For example, "Tags" can have a tooltip "Posts grouped by tags" as a tooltip.
I think this can be supported by adding an extra field in the _navigation.yml called tooltip and use it in the masthead.html like this
Sounds good to me. Maybe to keep things simple just add title. The tooltip override seems unnecessary as I'm thinking most will just use title for the tooltip text anyways.
Alright. While I'm at it, do you think I could add tooltips to other links, like social media links for the author, the footer etc. ? I could change this issue as a general support for tooltips, if that makes sense.
Not sure how much value they'd add elsewhere. My feeling is most of the links are already descriptive of what they are. I want to avoid overcomplicating configuration and the templates.
bundle update
.bundle exec jekyll build
.Sometimes the text displayed in the masthead links are not descriptive enough. If we could have tooltips for the links, we could give more details about what the link represents. For example, "Tags" can have a tooltip "Posts grouped by tags" as a tooltip.
I think this can be supported by adding an extra field in the _navigation.yml called
tooltip
and use it in themasthead.html
like thisIf it seems like a valid request, I would love to submit a PR for this.
The text was updated successfully, but these errors were encountered: