diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 08beb0a..b39cd9b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,6 +29,9 @@ {% endfor %} </ul> </section> + <footer> + <a href="{{ s.permalink }}">Se alle innleggene i {{ s.title }}...</a> + </footer> </article> {% endfor %} </section> |