diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-18 02:45:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-18 02:45:55 +0300 |
commit | ce5db590cac665abf73d32dfcd47da006e9920d0 (patch) | |
tree | 74137268644fe784df56eb301a3246d5b82c2d23 /_pages/blog.html | |
parent | 38d5e30c3a0d0731bd50dab73b7137f32c05373c (diff) | |
download | popov.link-ce5db590cac665abf73d32dfcd47da006e9920d0.tar.xz popov.link-ce5db590cac665abf73d32dfcd47da006e9920d0.zip |
Home page
Diffstat (limited to '_pages/blog.html')
-rw-r--r-- | _pages/blog.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/_pages/blog.html b/_pages/blog.html deleted file mode 100644 index 5f32994..0000000 --- a/_pages/blog.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -permalink: "posts.html" -layout: default -title: "Posts" -show: true ---- - -<section class="container list"> - <h1 class="title">{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1> - - <ul> - {% for item in site.posts %} - <li> - <span> - <time datetime="{{ item.date | date_to_xmlschema }}"> - {{ item.date | date_to_long_string }} - </time> - </span> - - <a href="{{ item.url | relative_url | uri_escape }}"> - {{ item.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} - </a> - </li> - {% endfor%} - </ul> -</section> |