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

@@ -296,6 +296,17 @@ nav, footer {
padding: 1.5em;
padding-bottom: 0.8em;
margin: 0.45em;
position: relative;
.fa-heart {
position: absolute;
top: 1em;
right: 1em;
color: #b0c9f3;
&.liked {
color: #1b53a8;
}
}
.post-author {
margin-top: 1em;