diff --git a/layouts/partials/backlinks.html b/layouts/partials/backlinks.html index 98a953e..0ac224d 100644 --- a/layouts/partials/backlinks.html +++ b/layouts/partials/backlinks.html @@ -1,7 +1,7 @@ {{- $debug := false }} {{- $backlinks := site.Home.Store.Get "backlinks" | uniq }} {{- with (where $backlinks "target" .RelPermalink) }} - + {{ or (T "backlinks_title") "Pages that link to this page:" }} @@ -10,7 +10,7 @@ {{ .source.linkTitle }} {{- end }} - + {{- end }} {{- if $debug }} {{ jsonify (dict "indent" " ") $backlinks }}
{{ jsonify (dict "indent" " ") $backlinks }}