From ebceb1c3dec8478dbbaa29c7b22d509354c8646d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 20:00:04 +0400 Subject: Collection with additional links Signed-off-by: Valentin Popov --- _pages/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_pages') diff --git a/_pages/index.html b/_pages/index.html index 97f5032..742d8da 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -5,8 +5,8 @@ layout: page {% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} - -{% include sociallinks.html %} + +{% include additional_links.html %} {% for year in postsByYear %}

{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}

-- cgit v1.2.3