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