diff --git a/_includes/footer.html b/_includes/footer.html index e4713ae2..0f93d659 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 601c5695..39e56816 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 15b93df8..83cac079 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 %}