diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 2a3a95b..674b867 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@ <title>{{ title }}</title> </head> <body> + <p><a href="/posts/new">Create new post</a></p> {{# posts }}{{> post_teaser.html }}{{/ posts }} </body> </html> |