From 94ef3007f2bc5a9c9c37b33ceefeed58ff9fb656 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 6 Mar 2024 18:08:33 -0500 Subject: [PATCH] Update Nataliah stuff --- assets/nataliah.css | 12 ++++++++++++ journals/nataliah/index.markdown | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/assets/nataliah.css b/assets/nataliah.css index 1fcbece..100c146 100644 --- a/assets/nataliah.css +++ b/assets/nataliah.css @@ -1,8 +1,20 @@ /* Custom to Nataliah Journal */ menu { background-color: darkslategrey; + + a,a:visited,a:link,a:focus { + text-decoration: none; + color: grey; + transition: color 0.5s; + } + a:hover { + color: orchid; + transition: color 0.5s; + text-decoration: underline; + } } figcaption { font-family: cursive; font-size: 1.5rem; + color: lightgrey } diff --git a/journals/nataliah/index.markdown b/journals/nataliah/index.markdown index 1683da4..8e13fdd 100644 --- a/journals/nataliah/index.markdown +++ b/journals/nataliah/index.markdown @@ -7,6 +7,11 @@ layout: journal Certain Stuff can go here, and then the most recent entry shows below. +## Posts: +{% for post in site.posts %} +- {{ post.title }} +{% endfor %} + --- {% assign recent = site.posts | where: "aut", page.aut | first %}