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