Add like querying/checking/rendering to Feed posts

- Change runnerspace.live to Runnerspace
- Change post viewing URL to say /post/🆔 instead of /feed/🆔
This commit is contained in:
Xevion
2022-03-30 00:21:55 -05:00
parent 2a443979b9
commit bfb69621e1
7 changed files with 55 additions and 18 deletions

View File

@@ -250,6 +250,16 @@ nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after
padding: 1.5em;
padding-bottom: 0.8em;
margin: 0.45em;
position: relative;
}
.post-box .fa-heart {
position: absolute;
top: 1em;
right: 1em;
color: #b0c9f3;
}
.post-box .fa-heart.liked {
color: #1b53a8;
}
.post-box .post-author {
margin-top: 1em;