We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b58a04 commit 57bd835Copy full SHA for 57bd835
1 file changed
layouts/blog/list.html
@@ -39,8 +39,8 @@
39
40
<!--CTA-->
41
<div class="pt-10">
42
- <span
43
- class="bg-rose-600 py-4 px-12 rounded-full text-white text-xl">Continue Reading</span>
+ <a href="{{ .RelPermalink }}"
+ class="bg-rose-600 py-4 px-12 rounded-full text-white text-xl">Continue Reading</a>
44
</div>
45
46
0 commit comments