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