Files
runnerspace/templates/layouts/footer.html
Xevion bfb69621e1 Add like querying/checking/rendering to Feed posts
- Change runnerspace.live to Runnerspace
- Change post viewing URL to say /post/🆔 instead of /feed/🆔
2022-03-30 00:21:55 -05:00

16 lines
689 B
HTML

<footer>
<p>
created by <a href="https://github.com/Xevion">Ryan Walters</a> and <a href="https://github.com/Seligmann">Zachary Seligman</a>
</p>
<ul class="links">
<li><a href="{{ url_for('static.license') }}">License</a></li>
<li><a href="{{ url_for('static.tos') }}">Terms of Service</a></li>
{# <li><a href="{{ url_for('static.privacy') }}">Privacy</a></li>#}
<li><a href="{{ url_for('static.about') }}">About</a></li>
</ul>
<p class="copyright">
<a href="{{ url_for('main.index') }}">©2022 Runnerspace All Rights Reserved.</a>
| {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
</p>
</footer>