mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			400 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			400 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<p class="social-links">
							 | 
						||
| 
								 | 
							
								  {% for link in site.data.additional_links %}
							 | 
						||
| 
								 | 
							
								    <a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
							 | 
						||
| 
								 | 
							
								      {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
							 | 
						||
| 
								 | 
							
								    </a>
							 | 
						||
| 
								 | 
							
								    <!-- Separation trait -->
							 | 
						||
| 
								 | 
							
								    {% unless forloop.last %}
							 | 
						||
| 
								 | 
							
								      <span>|</span>
							 | 
						||
| 
								 | 
							
								    {% endunless %}
							 | 
						||
| 
								 | 
							
								  {% endfor %}
							 | 
						||
| 
								 | 
							
								</p>
							 |