aboutsummaryrefslogtreecommitdiff
path: root/_pages/index.html
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-07 12:22:57 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-07 12:22:57 +0300
commitd618c2de08f41e6f6591fc4e248fe5ffade89b4e (patch)
tree474a67cd498343cac10bbb641ff4c9e73b15d406 /_pages/index.html
parentabd69b6b5ea249826f78d2a841bc12ad5a7dac1b (diff)
downloadpopov.link-d618c2de08f41e6f6591fc4e248fe5ffade89b4e.tar.xz
popov.link-d618c2de08f41e6f6591fc4e248fe5ffade89b4e.zip
New skin page pages
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_pages/index.html')
-rw-r--r--_pages/index.html42
1 files changed, 23 insertions, 19 deletions
diff --git a/_pages/index.html b/_pages/index.html
index 353d880..94d09e8 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -3,22 +3,26 @@ permalink: "/index.html"
layout: default
---
-<!-- Header -->
-<div class="page-heading">Blog</div>
-<!-- List -->
-<ul>
- {% for node in site.posts %}
- <li class="post-item">
- <!-- Time -->
- <span class="meta">
- <time datetime="{{ node.latest_update | default: node.date | date_to_xmlschema }}">
- {{ node.latest_update | default: node.date | date_to_string }}
- </time>
- </span>
- <!-- Link -->
- <a href="{{ node.url | relative_url | uri_escape }}">
- <span>{{ node.title | smartify | strip_html | normalize_whitespace }}</span>
- </a>
- </li>
- {% endfor %}
-</ul>
+<div class="container">
+ <div class="content">
+ <!-- Header -->
+ <div class="page-heading">Blog</div>
+ <!-- List -->
+ <ul>
+ {% for node in site.posts %}
+ <li class="post-item">
+ <!-- Time -->
+ <span class="meta">
+ <time datetime="{{ node.latest_update | default: node.date | date_to_xmlschema }}">
+ {{ node.latest_update | default: node.date | date_to_string }}
+ </time>
+ </span>
+ <!-- Link -->
+ <a href="{{ node.url | relative_url | uri_escape }}">
+ <span>{{ node.title | smartify | strip_html | normalize_whitespace }}</span>
+ </a>
+ </li>
+ {% endfor %}
+ </ul>
+ </div>
+</div>