From 4bc4c1151e189710292bf4b0042817d5c25ac0f4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 29 Mar 2020 01:14:50 +0100 Subject: Added project list to index --- templates/index.twig | 6 +++++- templates/partials/projects.twig | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 templates/partials/projects.twig (limited to 'templates') 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 @@ {% include "partials/navigation.twig" %} -

Notes

+

Posts

+

Projects

+ + {% include "partials/projects.twig" %} + diff --git a/templates/partials/projects.twig b/templates/partials/projects.twig new file mode 100644 index 0000000..1601dce --- /dev/null +++ b/templates/partials/projects.twig @@ -0,0 +1,8 @@ + -- cgit v1.2.3