Update Nataliah stuff
This commit is contained in:
parent
2d199f09ac
commit
94ef3007f2
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue