aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-05-03 15:36:26 +0300
committerValentin Popov <info@valentineus.link>2019-05-03 15:36:26 +0300
commit6d2efada8123a4138f97ccef54448b92876a2673 (patch)
treeec33eed66ad1f2c32eac0a89f6923ae55aa5c444
parent44f10af0066e7eeb0348c00ea82b90ce0ce7770e (diff)
downloadpopov.link-6d2efada8123a4138f97ccef54448b92876a2673.tar.xz
popov.link-6d2efada8123a4138f97ccef54448b92876a2673.zip
Fixed a visual time for list posts
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_pages/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/_pages/index.html b/_pages/index.html
index 7ebd809..35ee042 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -1,18 +1,16 @@
---
-permalink: "index.html"
layout: page
+permalink: "index.html"
---
{% for post in site.posts %}
<section>
<h4>
- <small>
+ <span>
<time datetime="{{ post.date | date_to_xmlschema }}">
{{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</time>
- </small>
-
- <a href="{{ post.url | relative_url | uri_escape }}">
+ </span> | <a href="{{ post.url | relative_url | uri_escape }}">
{{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</a>
</h4>