fix backlinks not using baseurl
This commit is contained in:
		
							parent
							
								
									0ee0855e1c
								
							
						
					
					
						commit
						5234fae080
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
    {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
 | 
					    {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
 | 
				
			||||||
    {{- range $cleanedInbound | uniq -}}
 | 
					    {{- range $cleanedInbound | uniq -}}
 | 
				
			||||||
        <li>
 | 
					        <li>
 | 
				
			||||||
            <a href="{{.}}">{{index (index $contentTable .) "title"}}</a>
 | 
					            <a href="{{$url}}{{.}}">{{index (index $contentTable .) "title"}}</a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
    {{- end -}}
 | 
					    {{- end -}}
 | 
				
			||||||
    {{else}}
 | 
					    {{else}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue