bump hugo obsidian, fix backlinks for subpathed quartz, update homepage
This commit is contained in:
		
							parent
							
								
									c117e38899
								
							
						
					
					
						commit
						146e975932
					
				
					 4 changed files with 8 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue