Uh oh!
There was an error while loading. Please reload this page.
Consistently reference theme_root_icon - #163
Conversation
Removed explicit py.svg references with theme_root_icon paths
hugovk
commented
Jan 10, 2024
Good idea. Although "Logo" isn't a great alt text, can we also add something like |
310da0a to
7c36c8eCompare… layout.html This fixes a partial integration of root_icon and adds the new variable root_icon_alt_text
7c36c8e to
099019dCompareUh oh!
There was an error while loading. Please reload this page.
Capitalization fix Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
mbudisic
commented
Jan 11, 2024
Thank you for suggestions! |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
There was a problem hiding this comment.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
theme_root_iconCo-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Removed explicit
py.svgreferences inlayout.htmlwiththeme_root_iconpaths.This pull request changes paths lines 17 and 103 to match line 74 in the base branch.