File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,24 @@ DevBae:
51
51
- label : " Website"
52
52
icon : " fas fa-fw fa-link"
53
53
url : " https://devbae.tech"
54
+
55
+ aroralakshya :
56
+ name : " Lakshya Arora"
57
+ bio : " Member, DevBae"
58
+ avatar : " https://avatars2.githubusercontent.com/u/20344314"
59
+ links :
60
+ - label : " Email"
61
+ icon : " fas fa-envelope-square"
62
+
63
+ - label : " GitHub"
64
+ icon : " fab fa-fw fa-github"
65
+ url : " https://github.com/aroralakshya"
66
+ - label : " Linkedin"
67
+ icon : " fab fa-linkedin"
68
+ url : " https://www.linkedin.com/in/lakshya-arora-8122b2137/"
69
+ - label : " Instagram"
70
+ icon : " fab fa-instagram"
71
+ url : " https://instagram.com/lakshya_arora__"
54
72
55
73
the-utkarshjain :
56
74
name : " Utkarsh Jain"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h3 class="post-subtitle">{{ post.excerpt | strip_html | truncatewords: 15 }}</h
68
68
{% if site.data.authors[post.author] %}
69
69
< a target ="_blank " href ="https://github.com/{{ post.author }} "> {{ site.data.authors[post.author].name }}</ a >
70
70
{% elsif post.author and post.author_github_id and post.author_github_id != "" %}
71
- < a target ="_blank " href ="https://github.com/{{ post.author_github_id }} "> {{ authors }}</ a > {% unless forloop.last %},{% endunless %}
71
+ < a target ="_blank " href ="https://github.com/{{ post.author_github_id }} "> {{ authors }}</ a >
72
72
{% else %}
73
73
{{ authors }}
74
74
{% endif %}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h3 class="post-subtitle">{{ post.excerpt | strip_html | truncatewords: 15 }}</h
39
39
{% if site.data.authors[post.author] %}
40
40
< a target ="_blank " href ="https://github.com/{{ post.author }} "> {{ site.data.authors[post.author].name }}</ a >
41
41
{% elsif post.author and post.author_github_id and post.author_github_id != "" %}
42
- < a target ="_blank " href ="https://github.com/{{ post.author_github_id }} "> {{ authors }}</ a > {% unless forloop.last %},{% endunless %}
42
+ < a target ="_blank " href ="https://github.com/{{ post.author_github_id }} "> {{ authors }}</ a >
43
43
{% else %}
44
44
{{ authors }}
45
45
{% endif %}
You can’t perform that action at this time.
0 commit comments