more troubleshooting, backlinks reference private page fix
This commit is contained in:
		
							parent
							
								
									54a68e6e5c
								
							
						
					
					
						commit
						6605b13b86
					
				
					 2 changed files with 43 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -9,9 +9,12 @@
 | 
			
		|||
    {{if $inbound}}
 | 
			
		||||
    {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
 | 
			
		||||
    {{- range $cleanedInbound | uniq -}}
 | 
			
		||||
        <li>
 | 
			
		||||
            <a href="{{$url}}{{.}}">{{index (index $contentTable .) "title"}}</a>
 | 
			
		||||
        </li>
 | 
			
		||||
      {{$l := .}}
 | 
			
		||||
      {{with (index $contentTable .)}}
 | 
			
		||||
      <li>
 | 
			
		||||
          <a href="{{$l}}">{{index (index . "title")}}</a>
 | 
			
		||||
      </li>
 | 
			
		||||
      {{end}}
 | 
			
		||||
    {{- end -}}
 | 
			
		||||
    {{else}}
 | 
			
		||||
    <li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue