aboutsummaryrefslogtreecommitdiff
path: root/templates/index.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.twig')
-rw-r--r--templates/index.twig10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/index.twig b/templates/index.twig
index 5056040..b7916cf 100644
--- a/templates/index.twig
+++ b/templates/index.twig
@@ -36,18 +36,10 @@
36 {% include "partials/navigation.twig" %} 36 {% include "partials/navigation.twig" %}
37 37
38 <h2>Posts</h2> 38 <h2>Posts</h2>
39 {% include "partials/posts.twig" %}
39 40
40 <ul class="article-list">
41 {% for item in list %}
42 <li>
43 <time datetime="{{ item.date|date("Y, F j") }}">{{ item.date|date("Y, F j") }}</time>
44 <a href="{{ item.slug }}">{{ item.title }}</a>
45 </li>
46 {% endfor %}
47 </ul>
48 41
49 <h2>Projects</h2> 42 <h2>Projects</h2>
50
51 {% include "partials/projects.twig" %} 43 {% include "partials/projects.twig" %}
52 44
53 </main> 45 </main>