mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-31 08:06:15 +01:00 
			
		
		
		
	Improve tag description in OpenGraph metatags
This commit is contained in:
		
							parent
							
								
									6af6b597fa
								
							
						
					
					
						commit
						c99f284681
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -60,7 +60,7 @@ | |||
|         {% if term %} | ||||
|             {%- set permalink = term.permalink %} | ||||
|             {%- set title = title_macros::title(page_title=term.name, main_title=config.title) %} | ||||
|             {%- set description = "All posts for " ~ term.name %} | ||||
|             {%- set description = "All posts tagged " ~ term.name %} | ||||
|         {% else %} | ||||
|             {%- set permalink = config.base_url ~ "/" ~ taxonomy.slug %} | ||||
|             {%- set title = title_macros::title(page_title=taxonomy.name, main_title=config.title) %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Heitor Pascoal de Bittencourt
						Heitor Pascoal de Bittencourt