diff --git a/_config.yml b/_config.yml index 91a914ed0..560d18987 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ minima: # generate social links in footer social_links: - # twitter: jekyllrb + twitter: rust_gamedev github: rust-gamedev discord: j6QJsMd rss: RSS diff --git a/_includes/social.html b/_includes/social.html index e887cd001..744f5ab70 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -9,7 +9,7 @@ {%- if social.linkedin -%}
  • {%- endif -%} {%- if social.pinterest -%}
  • {%- endif -%} {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}
  • {%- endif -%}{%- endfor -%} - {%- if social.twitter -%}
  • {%- endif -%} + {%- if social.twitter -%}
  • Twitter (rust_gamedev)
  • {%- endif -%} {%- if social.youtube -%}
  • {%- endif -%} {%- if social.youtube_channel -%}
  • {%- endif -%} {%- if social.telegram -%}
  • {%- endif -%}