mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<nav>
 | 
						|
    {%- for link in site.data.navbar -%}
 | 
						|
    <a href="{{- link.path | relative_url | url_escape -}}">{{- link.title | strip | normalize_whitespace | xml_escape -}}</a>
 | 
						|
    {%- endfor -%}
 | 
						|
    <span><span>|</span><a href="{{- site.rss | absolute_url | url_escape -}}">RSS</a></span>
 | 
						|
</nav> |