diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 01:59:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 01:59:38 -0700 |
| commit | d4991b1136e6e9e8a14cd497148f381b8436454a (patch) | |
| tree | ad9368eeb25ae23f1d0f4caa2e3c2d0fa30531ae /articles/index.html | |
| parent | Add CNAME file for custom domain (diff) | |
| download | lumberjaph-d4991b1136e6e9e8a14cd497148f381b8436454a.tar.gz | |
Update layout.
Fix layout for static pages, update the about page, add some gists, etc.
Diffstat (limited to '')
| -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 %} |
