update rss with nice message
This commit is contained in:
		
							parent
							
								
									5b35dbf026
								
							
						
					
					
						commit
						660ce565b1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -31,7 +31,9 @@
 | 
				
			||||||
		<media:thumbnail href="{{.Site.BaseURL}}{{.Params.image}}" />
 | 
							<media:thumbnail href="{{.Site.BaseURL}}{{.Params.image}}" />
 | 
				
			||||||
		<itunes:image href="{{.Site.BaseURL}}{{.Params.image}}" />{{end}}
 | 
							<itunes:image href="{{.Site.BaseURL}}{{.Params.image}}" />{{end}}
 | 
				
			||||||
		<description>{{.Params.description}}</description>
 | 
							<description>{{.Params.description}}</description>
 | 
				
			||||||
		<content:encoded>{{- .Content | html -}}</content:encoded>
 | 
							<content:encoded>{{- .Content | html -}}
 | 
				
			||||||
 | 
							<p>Thank you for reading this through RSS 📡</p>
 | 
				
			||||||
 | 
							</content:encoded>
 | 
				
			||||||
	</item>{{ end }}
 | 
						</item>{{ end }}
 | 
				
			||||||
	</channel>
 | 
						</channel>
 | 
				
			||||||
</rss>
 | 
					</rss>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue