bump hugo obsidian, fix backlinks for subpathed quartz, update homepage

This commit is contained in:
Jacky Zhao 2022-04-02 20:21:16 -07:00
parent c117e38899
commit 146e975932
4 changed files with 8 additions and 17 deletions
layouts/partials

View file

@ -9,7 +9,7 @@
{{if $inbound}}
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
{{- range $cleanedInbound | uniq -}}
{{$l := .}}
{{$l := printf "%s%s" $host .}}
{{with (index $contentTable .)}}
<li>
<a href="{{$l}}">{{index (index . "title")}}</a>