An initial commit to support navigation menu in GitHub Pages website
[jpf-core.git] / docs / _layouts / page.html
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html
new file mode 100755 (executable)
index 0000000..4e0d4eb
--- /dev/null
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+
+<div class="page">
+  <h1 class="page-title">{{ page.title }}</h1>
+  {{ content }}
+</div>