diff --git a/assets/css/style.scss b/assets/css/style.scss index 133ac8535..58c457de3 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -20,6 +20,7 @@ } .post-date { color: #777; + font-size: 0.85em; margin-bottom: 1em; display: block; } diff --git a/blog/index.html b/blog/index.html index 5ef4c214c..fac2fc778 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,12 +5,12 @@ layout: default
{% for post in site.posts %}
+

{{ post.title }}

{% if post.highlight_image %}
Highlight Image
{% endif %} -

{{ post.title }}

{% if post.excerpt %} {{ post.excerpt }}