File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 166166 {% capture link %}https://www.quora.com/profile/{{ social [1] }}{% endcapture %}
167167 {% assign sameaslinks = sameaslinks | push: link %}
168168 {% when 'research_gate_profile' %}
169- {% capture link %}https://www.researchgate.net/profile/ {{ social [1] }}/{% endcapture %}
169+ {% capture link %}https://www.researchgate.net/{{ social [1] }}/{% endcapture %}
170170 {% assign sameaslinks = sameaslinks | push: link %}
171171 {% when 'rss_icon' %}
172172 {% comment %}
Original file line number Diff line number Diff line change 5555 {% when 'quora_username' %}
5656 <a href =" https://www.quora.com/profile/{{ social [1] }}" title =" Quora" ><i class =" fa-brands fa-quora" ></i ></a >
5757 {% when 'research_gate_profile' %}
58- <a href =" https://www.researchgate.net/profile/ {{ social [1] }}/" title =" ResearchGate" ><i class =" ai ai-researchgate" ></i ></a >
58+ <a href =" https://www.researchgate.net/{{ social [1] }}/" title =" ResearchGate" ><i class =" ai ai-researchgate" ></i ></a >
5959 {% when 'rss_icon' %}
6060 <a href =" {{ site .baseurl }}/feed.xml" title =" RSS Feed" ><i class =" fa-solid fa-square-rss" ></i ></a >
6161 {% when 'scholar_userid' %}
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ ninja.data = [
214214 { % - when "research_gate_profile" - % }
215215 { % - assign social_id = "social-researchgate" - % }
216216 { % - assign social_title = "ResearchGate" - % }
217- { % - capture social_url % } "https://www.researchgate.net/profile/ {{ social[1] }}/" { % endcapture - % }
217+ { % - capture social_url % } "https://www.researchgate.net/{{ social[1] }}/" { % endcapture - % }
218218 { % - when "rss_icon" - % }
219219 { % - assign social_id = "social-rss" - % }
220220 { % - assign social_title = "RSS Feed" - % }
You can’t perform that action at this time.
0 commit comments