mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-31 08:06:15 +01:00 
			
		
		
		
	macros/head: drop site title from og:title
This is already in the `og:og-site_name`
This commit is contained in:
		
							parent
							
								
									3c867a0909
								
							
						
					
					
						commit
						5b2095eb5a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ | |||
| {% macro open_graph(config) %} | ||||
| {%- if page %} | ||||
|     {%- set permalink = page.permalink %} | ||||
|     {%- set title = title_macros::title(page_title=page.title, main_title=config.title) %} | ||||
|     {%- set title = page.title %} | ||||
|     {%- set description = page.description %} | ||||
|     {%- set type = "article" %} | ||||
|     {%- if page.extra and page.extra.og_image %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Heitor Pascoal de Bittencourt
						Heitor Pascoal de Bittencourt