diff --git a/lib/site_template/_includes/icon-github.html b/lib/site_template/_includes/icon-github.html
index 604b6d31..e501a16b 100644
--- a/lib/site_template/_includes/icon-github.html
+++ b/lib/site_template/_includes/icon-github.html
@@ -1,7 +1 @@
-
-
- {% include icon-github.svg %}
-
-
- {{ include.username }}
-
+{% include icon-github.svg %}{{ include.username }}
diff --git a/lib/site_template/_includes/icon-github.svg b/lib/site_template/_includes/icon-github.svg
index 1ae1eb60..4422c4f5 100644
--- a/lib/site_template/_includes/icon-github.svg
+++ b/lib/site_template/_includes/icon-github.svg
@@ -1,3 +1 @@
-
+
diff --git a/lib/site_template/about.md b/lib/site_template/about.md
index 3ed64bb6..d0e6de5e 100644
--- a/lib/site_template/about.md
+++ b/lib/site_template/about.md
@@ -6,6 +6,10 @@ permalink: /about/
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
-You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
+You can find the source code for the Jekyll new theme at:
+{% include icon-github.html username="jglovier" %} /
+[jekyll-new](https://github.com/jglovier/jekyll-new)
-You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)
+You can find the source code for Jekyll at
+{% include icon-github.html username="jekyll" %} /
+[jekyll](https://github.com/jekyll/jekyll)