diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 98cc148..0000000 --- a/templates/index.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -{{ section.content | safe }} -<br/> -recent posts -{% set section = get_section(path="blog/_index.md") %} -<ul> - {% for page in section.pages | slice(end=5) %} - <li><a href="{{page.permalink}}">{{page.title}}</a> ({{page.date}})</li> - {% endfor %} -</ul> -{% endblock content %} |
