From a96eff176359c2569439dbe11bec73160906606f Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Tue, 11 Jun 2019 14:25:20 -0400 Subject: [PATCH] structure and style improvements --- _assets/css/main.scss | 8 ++++++++ _layouts/home.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_assets/css/main.scss b/_assets/css/main.scss index b680fd7..894a56b 100644 --- a/_assets/css/main.scss +++ b/_assets/css/main.scss @@ -93,6 +93,10 @@ article a { text-decoration: none; color: #cc3434; } +article h2 a { + color: unset; +} + article a:hover { text-decoration: underline; } @@ -108,3 +112,7 @@ article li { hr { width: 100%; color: #e8e8e8; } + +div.separator { + height: 24px; +} diff --git a/_layouts/home.html b/_layouts/home.html index 9b448b0..385d80b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -6,11 +6,11 @@ layout: default {{ page.content | markdownify }} -
+
{% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.content }}
{% endfor %}