diff --git a/src/_includes/blog.html b/src/_includes/blog.html index adcdd67..2e28371 100644 --- a/src/_includes/blog.html +++ b/src/_includes/blog.html @@ -6,6 +6,7 @@
{% if post.image %}{% endif %}

{{ post.title }}

+

{{ post.date | date: '%B %d, %Y' }}

{{ post.description }}

diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index 65aa7bf..2ebaadb 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -7,8 +7,8 @@
- {% if page.image %} -
{% endif %} @@ -35,6 +35,7 @@ {{ item.title }} {% if item.layout %}{% endif %} +

{{ item.date | date: '%B %d, %Y' }}

{{ item.description }}

diff --git a/src/_posts/2016-09-23-our-founding-principles.md b/src/_posts/2016-09-23-our-founding-principles.md index eb69367..a15ac2a 100644 --- a/src/_posts/2016-09-23-our-founding-principles.md +++ b/src/_posts/2016-09-23-our-founding-principles.md @@ -2,7 +2,7 @@ layout: post title: Our Founding Principles description: Autonomic Co-operative And Our Core Values -image: thinkpad.jpg +image: pic01.jpg category: values date: 2017-10-03 --- diff --git a/src/assets/styles/components/_basic.scss b/src/assets/styles/components/_basic.scss index 0720a1b..5620fc9 100644 --- a/src/assets/styles/components/_basic.scss +++ b/src/assets/styles/components/_basic.scss @@ -107,6 +107,7 @@ h4 { h5 { font-size: 0.8em; line-height: 1.5em; + font-style: italic; } .h6, @@ -232,4 +233,4 @@ header { display: none; } } -} \ No newline at end of file +}