Skip to content

Populated `social_networks.json` with popular Social Networks

Arijit Kundu requested to merge (removed):socialBadges into master

Fixes: #2 (closed)

The code checks "/members/" in the page.url, if found derives that the Profile is viewed in full page at /members/<member_name>.

  • member-social.html is the single component which is being rendered in all the pages, which made to write the if..else as stated above.
  • Which prevented to make a new separate member-full-social.html without limit: 4 in it

Thus showing all the social profiles like shown below

test

And limiting to 4 when viewing along other members

image

Merge request reports