File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
layouts/partials/fragments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 128128 {{- else -}}
129129 {{- printf " badge-%s" "secondary" -}}
130130 {{- end -}}
131- " href="{{ .Permalink }} "> {{ i18n "content.readmore" | default "Read more..." }}</ a >
131+ " href="{{ $page .Permalink }} "> {{ i18n "content.readmore" | default "Read more..." }}</ a >
132132 {{- end -}}
133133 {{- end -}}
134134 {{- end -}}
143143 {{- range $content_page }}
144144 {{- if and (ne $self.Params.read_more false) (or $self.Params.read_more .Truncated) }}
145145 < div class ="card-footer ">
146- < a href ="{{ .Permalink }} "> {{ i18n "content.readmore" | default "Read more..." }}</ a >
146+ < a href ="{{ $page .Permalink }} "> {{ i18n "content.readmore" | default "Read more..." }}</ a >
147147 </ div >
148148 {{- end -}}
149149 {{- end -}}
You can’t perform that action at this time.
0 commit comments