mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-30 23:56:15 +01:00 
			
		
		
		
	Merge pull request #39 from goingforbrooke/patch-3
Fix: link the top-left logo to `logo_home_link` when `logo_home_link` is set
This commit is contained in:
		
						commit
						eae22964a8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -29,8 +29,8 @@ | |||
|     <header class="header"> | ||||
|         <div class="header__inner"> | ||||
|             <div class="header__logo"> | ||||
|                 {%- if config.logo_home_link %} | ||||
|                     {% set logo_link = config.logo_home_link %} | ||||
|                 {%- if config.extra.logo_home_link %} | ||||
|                     {% set logo_link = config.extra.logo_home_link %} | ||||
|                 {% else %} | ||||
|                     {% set logo_link = config.base_url %} | ||||
|                 {% endif -%} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Paweł Romanowski
						Paweł Romanowski