Skip to content

Commit

Permalink
fix: correct broken read more links (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
TetraTheta authored and razonyang committed Oct 16, 2023
1 parent 0e0aa64 commit 16a9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/post/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{{- if and $readMore $truncated }}
<div class="mt-2">
<a
class="btn btn-sm btn-outline-secondary" href="{{ .RelPermalink }}">
class="btn btn-sm btn-outline-secondary" href="{{ .Page.RelPermalink }}">
{{- "read_more" | i18n -}}
</a>
</div>
Expand Down

0 comments on commit 16a9605

Please sign in to comment.