File tree Expand file tree Collapse file tree
sphinx_material/sphinx_material Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 class ="md-header-nav__button md-logo ">
77 {% if theme_logo_icon|e %}
88 < i class ="md-icon "> {{ theme_logo_icon }}</ i >
9+ {% elif logo_url %}
10+ < img src ="{{ logo_url }} " height ="26 "
11+ alt ="{{ shorttitle|striptags|e }} logo ">
912 {% elif logo %}
1013 < img src ="{{ pathto('_static/' ~ logo, 1) }} " height ="26 "
1114 alt ="{{ shorttitle|striptags|e }} logo ">
Original file line number Diff line number Diff line change 33 < a href ="{{ pathto(master_doc)|e }} " title ="{{ docstitle|striptags|e }} " class ="md-nav__button md-logo ">
44 {% if theme_logo_icon %}
55 < i class ="md-icon "> {{ theme_logo_icon }}</ i >
6+ {% elif logo_url %}
7+ < img src ="{{ logo_url }} " alt ="{{ html_title }} logo " width ="48 " height ="48 ">
68 {% else %}
79 < img src ="{{ pathto('_static/' ~ logo, 1) }} " alt ="{{ html_title }} logo " width ="48 " height ="48 ">
810 {% endif %}
You can’t perform that action at this time.
0 commit comments