Skip to content

Commit 47a7654

Browse files
committed
Fix display of contributor avatars.
This prevents Jekyll from wrapping each image in `<p>` tags. It now wraps around so that the avatars look nicer.
1 parent 2061126 commit 47a7654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ ViewComponents are Ruby objects, making it easy to follow (and enforce) code qua
103103

104104
Hundreds of people have [contributed](https://github.com/ViewComponent/view_component/graphs/contributors) to ViewComponent, including:
105105

106+
<div>
106107
{% for contributor in site.data.contributors.usernames %}
107108
<img src="https://avatars.githubusercontent.com/{{ contributor }}?s=64" alt="{{ contributor }}" width="32" />
108109
{% endfor %}
110+
</div>
109111

110112
## Who uses ViewComponent?
111113

0 commit comments

Comments
 (0)