diff --git a/_layouts/post-index.html b/_layouts/post-index.html
index 50f32c28..dc70107e 100644
--- a/_layouts/post-index.html
+++ b/_layouts/post-index.html
@@ -13,10 +13,22 @@
{% include _navigation.html %}
-{% if page.image.feature %}
-
- {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %}
-
{% endif %}
+{% if page.image.feature %}
+
+
+ {% if page.image.credit %}
+ Photo Credit: {{ page.image.credit }}
+ {% endif %}
+
+{% endif %}
{% include _author-bio.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 1d9df917..06d8bccb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -13,10 +13,22 @@
{% include _navigation.html %}
-{% if page.image.feature %}
-
- {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %}
-
{% endif %}
+{% if page.image.feature %}
+
+
+ {% if page.image.credit %}
+ Photo Credit: {{ page.image.credit }}
+ {% endif %}
+
+{% endif %}
diff --git a/about.md b/about.md
index 0bebb3f0..cf058451 100644
--- a/about.md
+++ b/about.md
@@ -6,7 +6,7 @@ tagline: Minimal Mistakes, a Jekyll Theme
tags: [about, Jekyll, theme, responsive]
modified: 9-9-2013
image:
- feature: texture-feature-02.jpg
+ feature: http://lh3.googleusercontent.com/gv26Akm_nGFqhsIm6_YFsrK0Po3SHD9rrNTZIio9PiJP=w1358-h402-no
credit: Texture Lovers
creditlink: http://texturelovers.com
---