Sha256: 65989b7fcc497e2da7acc2d787db0cd8c1296fa270c58aa3e0cd379f6ecb39e9
Contents?: true
Size: 516 Bytes
Versions: 2
Compression:
Stored size: 516 Bytes
Contents
--- description: Blog posts sorted by date layout: default reading_time: false subtitle: Blog Posts, Listed Newest to Oldest title-override: Blog Posts, Listed Newest to Oldest --- <style> li { list-style-type: none; margin-bottom: 6px; text-indent: -6.3em; margin-left: 6.3em; } </style> <ul style="padding-left: 0"> {% for post in site.posts %} <li> <code>{{ post.date | date: "%Y-%m-%d" }}</code> <a href="{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nugem-0.8.3 | templates/jekyll/demo/demo/blog/blogsByDate.html |
nugem-0.8.1 | templates/jekyll/demo/demo/blog/blogsByDate.html |