Jacky Zhao
2022-02-28 5234fae080f1d3dca4f105438e3e0151f12ca61c
fix backlinks not using baseurl
1 files modified
2 ■■■ changed files
layouts/partials/backlinks.html 2 ●●● patch | view | raw | blame | history
layouts/partials/backlinks.html
@@ -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}}