diff --git a/README.md b/README.md index 1f93bcb..02c30e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # So Simple Theme -Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/so-simple-theme) -- by designer slash illustrator [Michael Rose](http://mademistakes). +Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes/) -- by designer slash illustrator [Michael Rose](http://mademistakes.com). ## So Simple Theme is all about: diff --git a/_layouts/post.html b/_layouts/post.html index 5dc2cf4..15eb375 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,8 +17,12 @@ {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}

- -

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ + {% if page.link %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% else %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% endif %}