diff options
Diffstat (limited to 'website/content/blog/index.html')
-rwxr-xr-x | website/content/blog/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/website/content/blog/index.html b/website/content/blog/index.html deleted file mode 100755 index f10f5524d..000000000 --- a/website/content/blog/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Blog -layout: blog ---- - -{% for post in paginator.posts %} -<div> - <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> - <div class="blog-meta"> - {% include byline.html authors=post.authors date=post.date %} - </div> - <p>{{ post.excerpt | strip_html }}</p> - <p><a href="{{ post.url }}">Full Post »</a></p> -</div> -{% endfor %} -{% include paginator.html %} |