mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Fix underlined space in author name (#41888)
This commit is contained in:
parent
675de52703
commit
5a988d759a
@ -9,7 +9,7 @@
|
||||
{% assign person = site.data.people[author] %}
|
||||
{% if person %}
|
||||
<span class="byline author vcard">
|
||||
<a href="https://github.com/{{ person.github }}" target="_blank"><img class="author-avatar" src="https://avatars.githubusercontent.com/{{ person.github }}?size=64" alt="{{ person.name }}"/> {{ person.name }}</a>
|
||||
<a href="https://github.com/{{ person.github }}" target="_blank"><img class="author-avatar" src="https://avatars.githubusercontent.com/{{ person.github }}?size=64" alt="{{ person.name }}"/>{{ person.name }}</a>
|
||||
</span>
|
||||
{% else %}
|
||||
<span class="byline author vcard">{% icon "mdi:person" %} {{ author }}</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user