mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-31 08:06:15 +01:00 
			
		
		
		
	Merge pull request #6 from ipetkov/logo
Place the logo body inside of a `logo_content` block
This commit is contained in:
		
						commit
						9297dc3020
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -35,11 +35,13 @@ | |||
|                 {% endif -%} | ||||
|                 <a href="{{ logo_link | safe }}" style="text-decoration: none;"> | ||||
|                     <div class="logo"> | ||||
|                       {% block logo_content %} | ||||
|                         {%- if config.extra.logo_text %} | ||||
|                             {{ config.extra.logo_text }} | ||||
|                         {% else %} | ||||
|                             Terminimal theme | ||||
|                         {% endif -%} | ||||
|                         {% endblock logo_content %} | ||||
|                     </div> | ||||
|                 </a> | ||||
|             </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Paweł Romanowski
						Paweł Romanowski