cfg: make SPA optional
This commit is contained in:
		@@ -10,6 +10,7 @@
 | 
			
		||||
    {{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
 | 
			
		||||
    {{- range $cleanedInbound | uniq -}}
 | 
			
		||||
      {{$l := printf "%s%s/" $host .}}
 | 
			
		||||
      {{$l = cond (eq $l "//") "/" $l}}
 | 
			
		||||
      {{with (index $contentTable .)}}
 | 
			
		||||
      <li>
 | 
			
		||||
          <a href="{{$l}}">{{index (index . "title")}}</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user