Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jun 1, 2023
1 parent a23bbb0 commit 0c92ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ietf/templates/doc/document_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@
{% endif %}
{% if document_html %}
{% if doc.stream.name|lower in 'iab,ietf,irtf' %}
<div title="{{ stream_desc }}">
{% include "logo.html" with org=doc.stream.name|lower classes="w-25 mt-1" only %}
</div>
{% include "logo.html" with org=doc.stream.name|lower classes="w-25 mt-1" title=stream_desc only %}
{% else %}
{{ stream_desc }}
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions ietf/templates/logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
media="(prefers-color-scheme: dark)">
<img alt="{{ org|upper }} Logo"
{% if classes %}class="{{ classes }}"{% endif %}
{% if title %}title="{{ title }}"{% endif %}
src="{% static 'ietf/images/'|add:org|add:'-logo.svg' %}">
</picture>

0 comments on commit 0c92ef8

Please sign in to comment.