diff options
Diffstat (limited to 'articles/index.html')
| -rw-r--r-- | articles/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/articles/index.html b/articles/index.html index 5a7a0d7..d990a83 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,10 +1,8 @@ --- layout: static -title: Articles +title: Archives --- -<center><h1><a href="{{ root_url }}/">lumberjaph.net</a></h1></center> - {% for post in site.posts reverse %} {% capture date %}{{ post.date }}{% endcapture %} @@ -19,10 +17,7 @@ title: Articles {% endunless %} <article> - <h3><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h3> - <div class="meta"> - // <span class="date">{{ date | date: "%b %e " }}</span> ‐ <span class="oneliner">{{ post.summary }}</span> - </div> + <a href="{{ root_url }}{{ post.url }}">{{post.title}}</a> </article> {% endfor %} |
