diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-24 19:00:04 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-24 19:00:04 +0300 |
commit | ebceb1c3dec8478dbbaa29c7b22d509354c8646d (patch) | |
tree | 7f7773ffcb9e794b4b5f1e78d9c6d335ccc7f785 /_pages/index.html | |
parent | e0bfa7a3b09fdcc80f92c5c61b92d7ff0e33945c (diff) | |
download | popov.link-ebceb1c3dec8478dbbaa29c7b22d509354c8646d.tar.xz popov.link-ebceb1c3dec8478dbbaa29c7b22d509354c8646d.zip |
Collection with additional links
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_pages/index.html')
-rw-r--r-- | _pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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'" %} -<!-- 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> |