From 5d31563d239d40824b5f312f4fa48aa267964bb6 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 26 Oct 2014 14:53:49 +0100 Subject: Added a start for a project page/portfolio. --- Projects/index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Projects/index.html') diff --git a/Projects/index.html b/Projects/index.html index 3227526..60a88e9 100644 --- a/Projects/index.html +++ b/Projects/index.html @@ -1,12 +1,14 @@ --- layout: default -projects: - - name: dmp - file: dmp.markdown --- -{% for project in page.projects %} - {% capture text %}{% include {{project.file}} %}{% endcapture %} - {{ text | markdownify }} +{% for project in site.projects %} +
+
+
{{project.name}}
+
+ + + +
{% endfor %} - -- cgit v1.2.3-70-g09d2