diff options
author | Valentin Popov <info@valentineus.link> | 2020-01-23 18:41:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-01-23 18:42:55 +0300 |
commit | 30c54ec5a3a436de0f775ac617c1d70fd4f4ff77 (patch) | |
tree | a3583b85d82101b6fdcf086ed5427ee0de3d2a68 /_pages | |
parent | b837e8c89e0c01aed0b6139f699c76d246411ac7 (diff) | |
download | popov.link-30c54ec5a3a436de0f775ac617c1d70fd4f4ff77.tar.xz popov.link-30c54ec5a3a436de0f775ac617c1d70fd4f4ff77.zip |
Updated homepage
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_pages')
-rw-r--r-- | _pages/index.html | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/_pages/index.html b/_pages/index.html index 2c09cfb..71414c7 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -4,26 +4,6 @@ permalink: "index.html" title: "" --- -{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} - -{% for year in postsByYear %} -<section> - <h3>{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | slugify }}</h3> - - <ul> - {% for post in year.items %} - <li> - <a href="{{ post.url | relative_url | uri_escape }}"> - {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} - </a> - - <small> - <time datetime="{{ post.date | date_to_xmlschema }}"> - <em>{{ post.date | date: '- %b %d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</em> - </time> - </small> - </li> - {% endfor %} - </ul> -</section> -{% endfor %} +{% include contacts.html %} +{% include links.html %} +{% include posts.html %} |