From 4224c8a3a94608c819c76f7a4620a8678006d0c5 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Wed, 21 Aug 2019 20:43:28 +0300 Subject: [PATCH] Add a link to twitter.com/rust_gamedev --- _config.yml | 2 +- _includes/social.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -%}