mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 17:50:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			328 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			328 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% set len = page.components | length %}
 | |
| {% set p = page.components | slice(end=len - 1) | join(sep='/') %}
 | |
| <img class="light-block" style="float:right; padding-left:0.25em;" src="{{ get_url(path=p  ~ "/" ~ light) }}">
 | |
| <img class="dark-block" style="float:right; padding-left:0.25em;" src="{{ get_url(path=p  ~ "/" ~ dark) }}">
 |