From b78518dae5f1d8616ffa0c0d9f6c900f5f3a939a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sat, 7 Sep 2013 12:26:18 -0400 Subject: [PATCH] HTML cleanup --- _includes/footer.html | 2 +- _layouts/home.html | 1 - _layouts/post-index.html | 9 ++++----- _layouts/post.html | 2 +- _posts/2013-08-16-code-highlighting-post.md | 2 +- articles.md | 2 -- assets/css/ie.css | 17 ++++++++++++++++- assets/css/main.css | 17 ++++++++++++++++- assets/less/page.less | 14 +++++++++++++- 9 files changed, 52 insertions(+), 14 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index e4713ae..0f93d65 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +1 @@ -

© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Minimal Mistakes theme.

+© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Minimal Mistakes theme. diff --git a/_layouts/home.html b/_layouts/home.html index 601c569..39e5681 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -24,7 +24,6 @@

Articles

-
{% for post in site.categories.articles limit:5 %}

{{ post.title }}

diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 15b93df..83cac07 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -13,9 +13,10 @@ {% include navigation.html %} -
- {{ page.title }} feature image -
+{% if page.image.feature %}
+ {{ page.title }} feature image + {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %} +
{% endif %}