mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-12-25 16:14:50 +00:00
fix backlinks not using baseurl
This commit is contained in:
parent
0ee0855e1c
commit
5234fae080
@ -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
Block a user