Update link component

This commit is contained in:
Andros Fenollosa
2021-11-21 09:34:54 +01:00
parent 528b623acd
commit 9845ba5c51
8 changed files with 29 additions and 22 deletions

View File

@ -13,6 +13,6 @@
<footer>Author {{ talk.author.full_name }} - {{ talk.category.name }}</footer>
</article>
<p>
{% #link text="Back" action="page" value="talks" page=1 %}{% /link %}
{% #link action="page" value="talks" page=1 %}More talks{% /link %}
</p>
</main>