mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
Collection with additional links
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -5,8 +5,8 @@ layout: page
|
||||
|
||||
{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %}
|
||||
|
||||
<!-- Links to social networks -->
|
||||
{% include sociallinks.html %}
|
||||
<!-- Links to external resources -->
|
||||
{% include additional_links.html %}
|
||||
|
||||
{% for year in postsByYear %}
|
||||
<h2>{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}</h2>
|
||||
|
Reference in New Issue
Block a user