Feed autodiscovery
This commit is contained in:
		
					parent
					
						
							
								570e1ef6bd
							
						
					
				
			
			
				commit
				
					
						908e96dbd1
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -56,6 +56,9 @@ | ||||||
| <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> | <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> | ||||||
| <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/apple-touch-icon-144x144-precomposed.png"> | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/apple-touch-icon-144x144-precomposed.png"> | ||||||
| 
 | 
 | ||||||
|  | <!-- Feeds  --> | ||||||
|  | <link rel="alternate" type="application/atom+xml" title="Atom feed" href="{% page_feed_url %}" /> | ||||||
|  | 
 | ||||||
| {% if page.image.background or site.background %} | {% if page.image.background or site.background %} | ||||||
| {% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %} | {% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %} | ||||||
| {% unless background contains 'http://' or background contains 'https://' %}{% capture background %}{{ site.url }}/images/{{ background }}{% endcapture %}{% endunless %} | {% unless background contains 'http://' or background contains 'https://' %}{% capture background %}{{ site.url }}/images/{{ background }}{% endcapture %}{% endunless %} | ||||||
|  |  | ||||||
		Reference in a new issue