diff options
Diffstat (limited to '_pages/index.html')
| -rw-r--r-- | _pages/index.html | 8 | 
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> | 
