diff --git a/_config.yml b/_config.yml
index b4b46f9..ec794aa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,6 +16,7 @@ author_default_avatar: /profile-pic.jpg
# pinterest: ""
# instagram: ""
twitter: "https://twitter.com/techshotgun"
+twitter_hand: "techshotgun"
# facebook: ""
# youtube: ""
# vimeo: "#"
diff --git a/_data/authors.yml b/_data/authors.yml
index f5df83e..fd80513 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -1,7 +1,7 @@
--
- id: logen
+logen:
name: Logen Kain
avatar: /profile-pic.jpg
bio: It's me! Editor, author, and proprietor of SudoTask!
twitter: https://twitter.com/rockroar
- email: logen@sudotask.comm
+ twitter_hand: RockRoar
+ email: logen@sudotask.com
diff --git a/_includes/footer.html b/_includes/footer.html
index 5eba278..4bfa3cf 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,6 +1,6 @@
diff --git a/_includes/share-buttons.html b/_includes/share-buttons.html
index 9449506..c4eeba5 100644
--- a/_includes/share-buttons.html
+++ b/_includes/share-buttons.html
@@ -1,10 +1,12 @@
+ {% assign author = site.data.authors[page.author] %}
+
-
+
diff --git a/_layouts/post.html b/_layouts/post.html
index 922b6bf..38787e5 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,5 +1,5 @@
-
+
{% include head.html %}
diff --git a/_layouts/post_full.html b/_layouts/post_full.html
index b1379fc..c9af4f9 100644
--- a/_layouts/post_full.html
+++ b/_layouts/post_full.html
@@ -53,6 +53,7 @@
{% endif %}
{{ content }}
+ {% include share-buttons.html %}
{% if page.category || page.tags %}
diff --git a/_posts/2016-06-12-standard.md b/_posts/2016-06-12-standard.md
index 24eba91..6f14792 100644
--- a/_posts/2016-06-12-standard.md
+++ b/_posts/2016-06-12-standard.md
@@ -1,8 +1,11 @@
---
author: logen
+layout: post_full
title: Test Post Please Ignore
featimg: 1.jpg
tags: [test]
category: [test]
---
Test post please ignore.
+
+I am id: {{ author }} name: {{ author.name }}
diff --git a/assets/social-icons/g+icon.png b/assets/social-icons/g+icon.png
deleted file mode 100644
index 64d91d9..0000000
Binary files a/assets/social-icons/g+icon.png and /dev/null differ