Added some more navigation buttons

This commit is contained in:
Leonard Lorenz 2020-11-22 00:44:05 +01:00
parent d6a180bc65
commit 90bd088228
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
<body>
<h1><a href="/blog" class="post-link" style="text-decoration:none;color:black;">{{ username }}' blog</a></h1>
<p style="text-align: right"><a href="/blog/all">All Posts</a></p>
<p style="text-align: right"><a href="/">Home</a> <a href="/blog/all">All Posts</a></p>
<ul>
{% for post in posts %}
<article>