Fix og:image tag, fixes #95
This commit is contained in:
		
							parent
							
								
									8759f3b098
								
							
						
					
					
						commit
						296bdd82d5
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1,7 +1,6 @@ | |||
| {% load staticfiles %} | ||||
| {% load i18n %} | ||||
| {% load sitetree %} | ||||
| {% load staticfiles %} | ||||
| {% load sass_tags %} | ||||
| 
 | ||||
| 
 | ||||
|  | @ -28,7 +27,7 @@ | |||
| 
 | ||||
|   <meta property="og:type" content="website" /> | ||||
|   <meta property="og:title" content="linux.conf.au 2019" /> | ||||
|   <meta property="og:image" content="{% static 'assets/social.png' %}" /> | ||||
|   <meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'assets/social.png' %}" /> | ||||
|   <meta property="og:image:alt" content="linux.conf.au 21-25 Jan 2019 Christchurch"   /> | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tobias Schulmann
						Tobias Schulmann