summaryrefslogtreecommitdiff
path: root/_layouts/project.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/project.html')
-rw-r--r--_layouts/project.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/_layouts/project.html b/_layouts/project.html
new file mode 100644
index 0000000..e05e8d2
--- /dev/null
+++ b/_layouts/project.html
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+
+<h2 class="h2">{{ page.project_name }}</h2>
+
+{% capture text %}{% include_project {{page.file}} %}{% endcapture %}
+{{ text | markdownify }}