Added some more navigation buttons
This commit is contained in:
parent
d6a180bc65
commit
90bd088228
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue