mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	@@ -1,9 +1,9 @@
 | 
				
			|||||||
<p class="social-links">
 | 
					<p class="social-links">
 | 
				
			||||||
  {% for link in site.data.additional_links %}
 | 
					  {% for link in site.data.external_links %}
 | 
				
			||||||
    <a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
 | 
					    <a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
 | 
				
			||||||
      {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
					      {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
    <!-- Separation trait -->
 | 
					    <!-- Separation -->
 | 
				
			||||||
    {% unless forloop.last %}
 | 
					    {% unless forloop.last %}
 | 
				
			||||||
      <span>|</span>
 | 
					      <span>|</span>
 | 
				
			||||||
    {% endunless %}
 | 
					    {% endunless %}
 | 
				
			||||||
@@ -6,7 +6,7 @@ layout: page
 | 
				
			|||||||
{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %}
 | 
					{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- Links to external resources -->
 | 
					<!-- Links to external resources -->
 | 
				
			||||||
{% include additional_links.html %}
 | 
					{% include external_links.html %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% for year in postsByYear %}
 | 
					{% for year in postsByYear %}
 | 
				
			||||||
  <h2>{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}</h2>
 | 
					  <h2>{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user