diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-06-06 17:39:19 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-06-06 17:39:19 +0200 |
commit | e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683 (patch) | |
tree | 87b6204376e11b765126a193f20e9bee0687a2aa | |
parent | e6f48eed532560a2e709f7390bfffd8122a653fa (diff) | |
download | rabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.tar.gz rabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.tar.bz2 rabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.zip |
Add link to full section in section previews.
-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> |