Update render-link.backlinks.json

closed the unclosed action
This commit is contained in:
Fahim Ahmad 2024-12-14 15:16:25 +01:00 committed by GitHub
commit ae0864f571
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
"date" ($.Page.Date.UTC.Format "2006-01-02T15:04:05-07:00") "date" ($.Page.Date.UTC.Format "2006-01-02T15:04:05-07:00")
"linkTitle" $.Page.LinkTitle "linkTitle" $.Page.LinkTitle
"relPermalink" $.Page.RelPermalink "relPermalink" $.Page.RelPermalink
}} -}}
{{- $backlink := dict "page" $page "links_to" .RelPermalink }} {{- $backlink := dict "page" $page "links_to" .RelPermalink }}
{{- site.Home.Store.Add "backlinks" (slice $backlink) }} {{- site.Home.Store.Add "backlinks" (slice $backlink) }}
{{- end }} {{- end }}