fix backlinks not using baseurl
This commit is contained in:
parent
58332d0b30
commit
4b257252ac
|
@ -10,7 +10,7 @@
|
|||
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
|
||||
{{- range $cleanedInbound | uniq -}}
|
||||
<li>
|
||||
<a href="{{.}}">{{index (index $contentTable .) "title"}}</a>
|
||||
<a href="{{$url}}{{.}}">{{index (index $contentTable .) "title"}}</a>
|
||||
</li>
|
||||
{{- end -}}
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in New Issue