{%- assign social = site.jekyll-98.social_links -%} {% unless include.hide_email %} {%- if site.author.email -%} {% if include.showname %} {{ site.author.email }} {%- endif -%} {%- endif -%} {% endunless %} {%- if social.github -%} {% if include.showname %} {{ social.github }} {% endif %} {%- endif -%} {%- for glb in social.gitlab -%} {%- if glb.username and glb.instance -%} {% if include.showname %} {{ glb.username }} {% endif %} {%- endif -%} {%- endfor -%} {%- if social.instagram -%} {% if include.showname %} {{ social.instagram }} {% endif %} {%- endif -%} {%- if social.twitter -%} {% if include.showname %} {{ social.twitter }} {% endif %} {%- endif -%} {%- if social.twitch -%} {% if include.showname %} {{ social.twitch }} {% endif %} {%- endif -%} {%- if social.youtube -%} {% if include.showname %} {{ social.youtube }} {% endif %} {%- endif -%} {%- if social.youtube_channel -%} {% if include.showname %} {{ social.youtube_channel_name }} {% endif %} {%- endif -%} {%- if social.facebook -%} {% if include.showname %} {{ social.facebook }} {% endif %} {%- endif -%} {%- if social.linkedin -%} {% if include.showname %} {{ social.linkedin }} {% endif %} {%- endif -%} {%- if social.stackoverflow -%} {% if include.showname %} {{ social.stackoverflow }} {% endif %} {%- endif -%} {%- if social.dribbble -%} {% if include.showname %} {{ social.dribbble }} {% endif %} {%- endif -%} {%- if social.flickr -%} {% if include.showname %} {{ social.flickr }} {% endif %} {%- endif -%} {%- if social.pinterest -%} {% if include.showname %} {{ social.pinterest }} {% endif %} {%- endif -%} {%- for mst in social.mastodon -%} {%- if mst.username and mst.instance -%} {% if include.showname %} {{ mst.username }} {% endif %} {%- endif -%} {%- endfor -%} {%- if social.telegram -%} {% if include.showname %} {{ social.telegram }} {% endif %} {%- endif -%} {%- if social.keybase -%} {% if include.showname %} {{ social.keybase }} {% endif %} {%- endif -%} {%- if social.devto -%} {% if include.showname %} {{ social.devto }} {% endif %} {%- endif -%}