mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-31 08:06:15 +01:00 
			
		
		
		
	Fix RSS generation
Since https://github.com/getzola/zola/blob/master/CHANGELOG.md#0110-2020-05-25, Zola renamed this option to config.generate_feed
This commit is contained in:
		
							parent
							
								
									0cc423545a
								
							
						
					
					
						commit
						c2ecdad64d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
|     <title>{%- block title %}{{ config.title }}{% endblock title -%}</title> | ||||
|     {{ head_macros::head(config=config) }} | ||||
| 
 | ||||
|     {%- if config.generate_rss %} | ||||
|     {%- if config.generate_feed %} | ||||
|         <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}"> | ||||
|     {% endif -%} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pablo Martí Gamboa
						Pablo Martí Gamboa