From 3ebe915e2d1db0af84fa40d795cb4ed69a4c3d46 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 19 Jun 2014 15:34:03 -0400 Subject: [PATCH] Override author details per post - Fixes #70 --- _includes/head.html | 4 +++- _layouts/post.html | 5 +++++ _posts/2014-06-19-author-override.md | 25 +++++++++++++++++++++++++ images/bio-photo-alt.jpg | Bin 0 -> 3408 bytes 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 _posts/2014-06-19-author-override.md create mode 100644 images/bio-photo-alt.jpg diff --git a/_includes/head.html b/_includes/head.html index 99d19fc..178901e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,7 +10,9 @@ {% endif %} -{% endif %} + +{% if page.author.twitter %}{% endif %} +{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 598c8fb..b855d9e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -24,8 +24,13 @@ {% endif %}