Merge pull request #11 from mischavandenburg/fix-rss-feed
Fix: rss feed
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
    {{ with .OutputFormats.Get "RSS" }}
 | 
			
		||||
        {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
 | 
			
		||||
	{{ end }}
 | 
			
		||||
	{{ range .Pages }}
 | 
			
		||||
	{{ range .Site.RegularPages }}
 | 
			
		||||
	<item>
 | 
			
		||||
		<title>{{ .Title }}</title>
 | 
			
		||||
		<link>{{ .Permalink }}</link>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user