mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 10:56:29 -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] %}
|
{% assign person = site.data.people[author] %}
|
||||||
{% if person %}
|
{% if person %}
|
||||||
<span class="byline author vcard">
|
<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>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="byline author vcard">{% icon "mdi:person" %} {{ author }}</span>
|
<span class="byline author vcard">{% icon "mdi:person" %} {{ author }}</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user