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

@@ -9,7 +9,7 @@
<li><a href="{{ url_for('static.about') }}">About</a></li>
</ul>
<p class="copyright">
<a href="{{ url_for('main.index') }}">©2022 Runnerspace.live All Rights Reserved.</a>
<a href="{{ url_for('main.index') }}">©2022 Runnerspace All Rights Reserved.</a>
| {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
</p>
</footer>