aboutsummaryrefslogtreecommitdiff
path: root/_pages/index.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-01-23 19:26:23 +0300
committerGitHub <noreply@github.com>2020-01-23 19:26:23 +0300
commitd05dfb5fbc9603491643a41a47ff9463bf2fda4e (patch)
tree5be50a926a746832df84e7a4abd04eb967f0bb79 /_pages/index.html
parentd48911089650991034664eac3d2dc2cb2527fcaa (diff)
parent11c402a2938935111fc6c82f53b720eb71e355c7 (diff)
downloadpopov.link-d05dfb5fbc9603491643a41a47ff9463bf2fda4e.tar.xz
popov.link-d05dfb5fbc9603491643a41a47ff9463bf2fda4e.zip
Merge pull request #2 from valentineus/monopage
Monopage
Diffstat (limited to '_pages/index.html')
-rw-r--r--_pages/index.html26
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 %}