Update
This commit is contained in:
		
					parent
					
						
							
								d6f413b12c
							
						
					
				
			
			
				commit
				
					
						33ff662842
					
				
			
		
					 2 changed files with 13 additions and 13 deletions
				
			
		
							
								
								
									
										12
									
								
								_config.yml
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								_config.yml
									
										
									
									
									
								
							|  | @ -83,12 +83,12 @@ bing_webmastertools_id:    "0FB4C028ABCF07C908C54386ABD2D97F" | ||||||
| #   /_/    \__,_/ |___/_/\___/\____/_/ /_/____/   Favicons, Apple Touch Buttons | #   /_/    \__,_/ |___/_/\___/\____/_/ /_/____/   Favicons, Apple Touch Buttons | ||||||
| #                                                 More information » http://j.mp/apple-touch-icons | #                                                 More information » http://j.mp/apple-touch-icons | ||||||
| 
 | 
 | ||||||
| favicon:                         "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-favicon-32x.png"                    # iOS7 Size 32x32 | favicon:                         "/assets/img/feeling-responsive-favicon-32x.png"                    # iOS7 Size 32x32 | ||||||
| apple_touch_icon_iphone:         "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-iphone-60x.png"          # iOS7 Size 60x60 | apple_touch_icon_iphone:         "/assets/img/feeling-responsive-touch-icon-iphone-60x.png"          # iOS7 Size 60x60 | ||||||
| apple_touch_icon_iphone_retina:  "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png"  # iOS7 Size 120x120 | apple_touch_icon_iphone_retina:  "/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png"  # iOS7 Size 120x120 | ||||||
| apple_touch_icon_ipad:           "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-ipad-76x.png"            # iOS7 Size 76x76 | apple_touch_icon_ipad:           "/assets/img/feeling-responsive-touch-icon-ipad-76x.png"            # iOS7 Size 76x76 | ||||||
| apple_touch_icon_ipad_retina:    "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png"    # iOS7 Size 152x152 | apple_touch_icon_ipad_retina:    "/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png"    # iOS7 Size 152x152 | ||||||
| apple_touch_icon_precomposed:    "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-android-152x.png"        # iOS7 Size 152x152 | apple_touch_icon_precomposed:    "/assets/img/feeling-responsive-touch-icon-android-152x.png"        # iOS7 Size 152x152 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #       ______                __                __   | #       ______                __                __   | ||||||
|  |  | ||||||
|  | @ -11,13 +11,13 @@ | ||||||
| 	{% if site.bing_webmastertools_id %}<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}" />{% endif %} | 	{% if site.bing_webmastertools_id %}<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}" />{% endif %} | ||||||
| 	{% if page.meta_description %}<meta name="description" content="{{ page.meta_description | strip_html | escape }}"/>{% elsif page.description %}<meta name="description" content="{{ page.description | strip_html | escape }}"/>{% endif %} | 	{% if page.meta_description %}<meta name="description" content="{{ page.meta_description | strip_html | escape }}"/>{% elsif page.description %}<meta name="description" content="{{ page.description | strip_html | escape }}"/>{% endif %} | ||||||
| 	{% if site.google_author %}<link rel="author" href="{{ site.google_author }}"/>{% endif %} | 	{% if site.google_author %}<link rel="author" href="{{ site.google_author }}"/>{% endif %} | ||||||
| 	{% if site.favicon %}<link rel="shortcut icon" href="{{ site.favicon }}" type="image/png" />{% endif %} | 	{% if site.favicon %}<link rel="shortcut icon" href="{{ site.url }}{{ site.favicon }}" type="image/png" />{% endif %} | ||||||
| 	{% if site.favicon %}<link rel="icon" href="{{ site.favicon }}" type="image/png" />{% endif %} | 	{% if site.favicon %}<link rel="icon" href="{{ site.url }}{{ site.favicon }}" type="image/png" />{% endif %} | ||||||
| 	{% if site.apple_touch_icon_iphone %}<link rel="apple-touch-icon" href="{{ site.apple_touch_icon_iphone }}">{% endif %} | 	{% if site.apple_touch_icon_iphone %}<link rel="apple-touch-icon" href="{{ site.url }}{{ site.apple_touch_icon_iphone }}">{% endif %} | ||||||
| 	{% if site.apple_touch_icon_iphone_retina %}<link rel="apple-touch-icon" sizes="76x76" href="{{ site.apple_touch_icon_iphone_retina }}">{% endif %} | 	{% if site.apple_touch_icon_iphone_retina %}<link rel="apple-touch-icon" sizes="76x76" href="{{ site.url }}{{ site.apple_touch_icon_iphone_retina }}">{% endif %} | ||||||
| 	{% if site.apple_touch_icon_ipad %}<link rel="apple-touch-icon" sizes="120x120" href="{{ site.apple_touch_icon_ipad }}">{% endif %} | 	{% if site.apple_touch_icon_ipad %}<link rel="apple-touch-icon" sizes="120x120" href="{{ site.url }}{{ site.apple_touch_icon_ipad }}">{% endif %} | ||||||
| 	{% if site.apple_touch_icon_ipad_retina %}<link rel="apple-touch-icon" sizes="152x152" href="{{ site.apple_touch_icon_ipad_retina }}">{% endif %} | 	{% if site.apple_touch_icon_ipad_retina %}<link rel="apple-touch-icon" sizes="152x152" href="{{ site.url }}{{ site.apple_touch_icon_ipad_retina }}">{% endif %} | ||||||
| 	{% if site.apple_touch_icon_precomposed %}<link rel="apple-touch-icon-precomposed" href="{{ site.apple_touch_icon_precomposed }}">{% endif %} | 	{% if site.apple_touch_icon_precomposed %}<link rel="apple-touch-icon-precomposed" href="{{ site.url }}{{ site.apple_touch_icon_precomposed }}">{% endif %} | ||||||
| 
 | 
 | ||||||
| 	<!-- Facebook Optimization --> | 	<!-- Facebook Optimization --> | ||||||
| 	<meta property="og:locale" content="{% if site.og_locale == nil %}en_EN{% else %}{{ site.og_locale }}{% endif %}" /> | 	<meta property="og:locale" content="{% if site.og_locale == nil %}en_EN{% else %}{{ site.og_locale }}{% endif %}" /> | ||||||
|  |  | ||||||
		Reference in a new issue