diff options
Diffstat (limited to 'Projects/index.html')
| -rw-r--r-- | Projects/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Projects/index.html b/Projects/index.html new file mode 100644 index 0000000..3227526 --- /dev/null +++ b/Projects/index.html @@ -0,0 +1,12 @@ +--- +layout: default +projects: + - name: dmp + file: dmp.markdown +--- + +{% for project in page.projects %} + {% capture text %}{% include {{project.file}} %}{% endcapture %} + {{ text | markdownify }} +{% endfor %} + |
