15 lines
		
	
	
		
			488 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			488 B
		
	
	
	
		
			HTML
		
	
	
	
| <label class="label p2">{{ i18n "footer-subscribe" }}</label>
 | |
| <div class="feed">
 | |
|   {{ $list := .AlternativeOutputFormats }}
 | |
|   {{ $length := (len $list) }}
 | |
|   {{ if $list }}
 | |
|     {{ range $index, $element := $list }}
 | |
|     {{ if ne .Name "webappmanifest" }}
 | |
|       {{ if eq $index 1 }} · {{ end }}
 | |
|       <a rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}" class="caption">
 | |
|         {{ .Name }}
 | |
|       </a>      
 | |
|     {{ end }}
 | |
|     {{ end }}
 | |
|   {{ end }}
 | |
| </div> |