summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-06 17:39:19 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-06 17:39:19 +0200
commite85e0455c682c0c0a7a8bda3a395bf6e8c3ae683 (patch)
tree87b6204376e11b765126a193f20e9bee0687a2aa
parente6f48eed532560a2e709f7390bfffd8122a653fa (diff)
downloadrabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.tar.gz
rabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.tar.bz2
rabalderz-e85e0455c682c0c0a7a8bda3a395bf6e8c3ae683.zip
Add link to full section in section previews.
-rw-r--r--templates/index.html3
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>