diff --git a/_layouts/home.html b/_layouts/home.html index c532314..294e6c5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -13,18 +13,18 @@ +{% assign numposts = site.posts | size %} +{% if numposts >= 1 %}
-

News

+
- {% assign numposts = site.posts | size %} - {% if numposts >= 1 %}

Older posts…

- {% endif %}
+{% endif %} diff --git a/assets/css/main.scss b/assets/css/main.scss index 24f8cf6..9e8d7af 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -36,6 +36,20 @@ $on-laptop: 800px; } } +// Ensure hyperlinks are readable on dark backgrounds +.text-white { + a { + color: #FFCB05 + + } +} +// Change link color in paragraphs to be noticeable +p { + a{ + color: #2F65A7; + } +} + //@import "bootstrap/bootstrap/bootstrap.css"; @import "bootstrap/functions"; @import "bootstrap/variables";