Jacky Zhao
2022-04-03 91c4e3fb3a5d9e86e5fb513bb65da89d4b061b08
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>