more troubleshooting, backlinks reference private page fix

This commit is contained in:
Jacky Zhao 2022-03-31 23:15:54 -07:00
parent 54a68e6e5c
commit 6605b13b86
2 changed files with 43 additions and 9 deletions

View file

@ -9,9 +9,12 @@
{{if $inbound}}
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
{{- range $cleanedInbound | uniq -}}
<li>
<a href="{{$url}}{{.}}">{{index (index $contentTable .) "title"}}</a>
</li>
{{$l := .}}
{{with (index $contentTable .)}}
<li>
<a href="{{$l}}">{{index (index . "title")}}</a>
</li>
{{end}}
{{- end -}}
{{else}}
<li>