diff options
Diffstat (limited to '_layouts/plots.html')
-rw-r--r-- | _layouts/plots.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/plots.html b/_layouts/plots.html new file mode 100644 index 0000000..9a6a620 --- /dev/null +++ b/_layouts/plots.html @@ -0,0 +1,7 @@ +{% include header.html %} +<div class="row"> + <div class="col-md-12"> + {{ content }} + </div> +</div> +{% include footer.html %} |