diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
| commit | 6aa449bd03e48cf069500bd36ca4bab4e4280c38 (patch) | |
| tree | 79d606f09ed54e702e88e7040b3773a5c6f30e41 /_layouts/default.html | |
initial commit with jekyll-boostrap
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..0d5b843c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,6 @@ +--- +theme : + name : bootstrap-3 +--- +{% include JB/setup %} +{% include themes/bootstrap-3/default.html %} |
