aboutsummaryrefslogtreecommitdiff
path: root/templates/index.twig
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 01:14:50 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 01:14:50 +0100
commit4bc4c1151e189710292bf4b0042817d5c25ac0f4 (patch)
tree4ff15a3717b4a469439e17634547f4097bc38b44 /templates/index.twig
parentf8df80511c5829c19dd735c6287b2a819f9dd72b (diff)
downloadmitjafelicijan.com-4bc4c1151e189710292bf4b0042817d5c25ac0f4.tar.gz
Added project list to index
Diffstat (limited to 'templates/index.twig')
-rw-r--r--templates/index.twig6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/index.twig b/templates/index.twig
index 4a0eb00..5056040 100644
--- a/templates/index.twig
+++ b/templates/index.twig
@@ -35,7 +35,7 @@
35 35
36 {% include "partials/navigation.twig" %} 36 {% include "partials/navigation.twig" %}
37 37
38 <h2>Notes</h2> 38 <h2>Posts</h2>
39 39
40 <ul class="article-list"> 40 <ul class="article-list">
41 {% for item in list %} 41 {% for item in list %}
@@ -46,6 +46,10 @@
46 {% endfor %} 46 {% endfor %}
47 </ul> 47 </ul>
48 48
49 <h2>Projects</h2>
50
51 {% include "partials/projects.twig" %}
52
49 </main> 53 </main>
50 54
51 <!-- google analytics --> 55 <!-- google analytics -->