From 5234fae080f1d3dca4f105438e3e0151f12ca61c Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Mon, 28 Feb 2022 08:24:29 -0800 Subject: [PATCH] fix backlinks not using baseurl --- layouts/partials/backlinks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/backlinks.html b/layouts/partials/backlinks.html index 746ebbb..d214386 100644 --- a/layouts/partials/backlinks.html +++ b/layouts/partials/backlinks.html @@ -10,7 +10,7 @@ {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}} {{- range $cleanedInbound | uniq -}}
  • - {{index (index $contentTable .) "title"}} + {{index (index $contentTable .) "title"}}
  • {{- end -}} {{else}}