diff options
Diffstat (limited to 'docs/_layouts/home.html')
| -rw-r--r-- | docs/_layouts/home.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html new file mode 100644 index 000000000..7a72189ac --- /dev/null +++ b/docs/_layouts/home.html @@ -0,0 +1,6 @@ +--- +layout: base +--- +<div id="home"> +  {{ content }} +</div> | 
