diff --git a/_config.yml b/_config.yml index e62d915..a4c189a 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,7 @@ disqus_shortname: github_username: saikiransripada twitter_username: wp_user linkedin_username: saikiransripada +dev_username: dev_user # Post sharing icons show_sharing_icons: true diff --git a/_includes/head.html b/_includes/head.html index cfa3aa4..0a049ee 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,6 @@ {% if page.title %}{{ page.title | strip_html }} – {% endif %}{{ site.title | strip_html }} - @@ -22,7 +21,8 @@ {% if site.show_social_icons or site.show_sharing_icons %} - + + {% endif %} diff --git a/_includes/social_links.html b/_includes/social_links.html index b3c57d6..5d25694 100644 --- a/_includes/social_links.html +++ b/_includes/social_links.html @@ -1,16 +1,19 @@
{% if site.linkedin_username %} - + {% endif %} {% if site.github_username %} - + {% endif %} {% if site.twitter_username %} - + + {% endif %} + {% if site.devto_username %} + {% endif %} {% if site.email %} - + {% endif %} - +