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 %}