Jacky Zhao
2022-04-03 146e975932a80634500720f88843041fdf62bfec
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>