File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,24 @@ DevBae:
5151 - label : " Website"
5252 icon : " fas fa-fw fa-link"
5353 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+ url : " mailto:arora.lakshya123@gmail.com"
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__"
5472
5573the-utkarshjain :
5674 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
6868 {% if site.data.authors[post.author] %}
6969 < a target ="_blank " href ="https://github.com/{{ post.author }} "> {{ site.data.authors[post.author].name }}</ a >
7070 {% 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 >
7272 {% else %}
7373 {{ authors }}
7474 {% 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
3939 {% if site.data.authors[post.author] %}
4040 < a target ="_blank " href ="https://github.com/{{ post.author }} "> {{ site.data.authors[post.author].name }}</ a >
4141 {% 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 >
4343 {% else %}
4444 {{ authors }}
4545 {% endif %}
You can’t perform that action at this time.
0 commit comments