Update Nataliah stuff

This commit is contained in:
Bill Niblock 2024-03-06 18:08:33 -05:00
parent 2d199f09ac
commit 94ef3007f2
2 changed files with 17 additions and 0 deletions

View file

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

View file

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