This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ <h1 class="text-center">{{ page.title }}</h1>
16
16
{% assign author_posts = each_item.items %}
17
17
< div class ="media ">
18
18
< div class ="media-left ">
19
- < img class ="media-object img-rounded " src ="https://github.com/{{ author.github }}.png?size=100 " alt ="{{ author.name }} " title ="{{ author.name }} "/>
19
+ < img class ="media-object img-thumbnail mr-4 " src ="https://github.com/{{ author.github }}.png?size=100 " alt ="{{ author.name }} " title ="{{ author.name }} "/>
20
20
</ div >
21
21
< div class ="media-body ">
22
22
< h3 class ="media-heading author-name ">
23
23
< a href ="https://twitter.com/{{ author.twitter }} "> {{ author.name }}</ a >
24
- < small class ="lead post-count text-muted "> {{ author_posts.size }} issue{% if author_posts.size > 1 %}s{% endif %}</ small >
24
+ < small class ="text-muted "> {{ author_posts.size }} issue{% if author_posts.size > 1 %}s{% endif %}</ small >
25
25
</ h3 >
26
26
< ul class ="posts-list ">
27
27
{% for post in author_posts %}
28
- < li > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
28
+ < li class =" mr-3 " > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
29
29
{% endfor %}
30
30
</ ul >
31
31
</ div >
You can’t perform that action at this time.
0 commit comments