-
-
Notifications
You must be signed in to change notification settings - Fork 65
Consistently reference theme_root_icon
#163
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
Conversation
Removed explicit py.svg references with theme_root_icon paths
Good idea. Although "Logo" isn't a great alt text, can we also add something like |
310da0a
to
7c36c8e
Compare
… layout.html This fixes a partial integration of root_icon and adds the new variable root_icon_alt_text
7c36c8e
to
099019d
Compare
Capitalization fix Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thank you for suggestions! |
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per the documentation:
This, however, is not the preferred way to concatenate strings! For string concatenation, have a look-see at the
~
operator.
https://jinja.palletsprojects.com/en/3.1.x/templates/#other-operators
~
(tilde)Converts all operands into strings and concatenates them.
As
theme_root_icon
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Removed explicit
py.svg
references inlayout.html
withtheme_root_icon
paths.This pull request changes paths lines 17 and 103 to match line 74 in the base branch.