Skip to content

Commit

Permalink
fixed dummy social userids
Browse files Browse the repository at this point in the history
  • Loading branch information
dyndna committed Feb 28, 2016
1 parent 00e7cad commit 2ef0fde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -34,7 +34,7 @@ exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "l
# About/contact
author:
name: Foo Boo
url: https://twitter.com/foo
url: https://twitter.com/abcd
avatar: foo.png
#email:

Expand Down Expand Up @@ -78,7 +78,7 @@ links:
- title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/
- title: <i class="iconside iconm-twitter"></i> Twitter
url: https://twitter.com/foo
url: https://twitter.com/abcd
external: true
- title: <i class="iconside iconm-feed2"></i> Feed
url: /feed.xml
Expand Down
4 changes: 2 additions & 2 deletions _data/socialmedia.yml
@@ -1,5 +1,5 @@
- name: Twitter
url: https://twitter.com/foo
url: https://twitter.com/abcd
class: fa fa-twitter-square
title: "Follow me @foo"

Expand All @@ -9,7 +9,7 @@
title: "Follow me +foo"

- name: GitHub
url: https://github.com/foo
url: https://github.com/xyz123abc
class: fa fa-github-square
title: Code repository

Expand Down
4 changes: 2 additions & 2 deletions _devconfig.yml
Expand Up @@ -34,7 +34,7 @@ exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "l
# About/contact
author:
name: Foo Boo
url: https://twitter.com/foo
url: https://twitter.com/abcd
avatar: foo.png
#email:

Expand Down Expand Up @@ -78,7 +78,7 @@ links:
- title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/
- title: <i class="iconside iconm-twitter"></i> Twitter
url: https://twitter.com/foo
url: https://twitter.com/abcd
external: true
- title: <i class="iconside iconm-feed2"></i> Feed
url: /feed.xml
Expand Down

0 comments on commit 2ef0fde

Please sign in to comment.