mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix backlinks not using baseurl
This commit is contained in:
		@@ -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}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user