mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Social links
This commit is contained in:
		@@ -8,7 +8,7 @@ layout: default
 | 
				
			|||||||
    <h1>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
 | 
					    <h1>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
 | 
				
			||||||
    <h2>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h2>
 | 
					    <h2>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h2>
 | 
				
			||||||
    <ul>
 | 
					    <ul>
 | 
				
			||||||
      {% for item in site.links %}
 | 
					      {% for item in site.social_links %}
 | 
				
			||||||
        <li>
 | 
					        <li>
 | 
				
			||||||
          <a href="{{ item[1] | strip_newlines | strip_html | strip | uri_escape }}" target="_blank">
 | 
					          <a href="{{ item[1] | strip_newlines | strip_html | strip | uri_escape }}" target="_blank">
 | 
				
			||||||
            {{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
					            {{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user