Jacky Zhao
2022-04-05 fc4b9ded76c31ef940e281d9c1bfda850df23d5d
layouts/partials/backlinks.html
@@ -9,7 +9,7 @@
    {{if $inbound}}
    {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
    {{- range $cleanedInbound | uniq -}}
      {{$l := .}}
      {{$l := printf "%s%s" $host .}}
      {{with (index $contentTable .)}}
      <li>
          <a href="{{$l}}">{{index (index . "title")}}</a>