diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:34:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:34:07 +0300 |
commit | 51eadf273a735c8b87b852eb929fe851299c1238 (patch) | |
tree | f03f024bc001c656f9fdbab7283c22894d9d9c9b /_layouts/default.html | |
parent | README.md: remove the obsolete Windows notes (diff) | |
download | egor-tensin.github.io-51eadf273a735c8b87b852eb929fe851299c1238.tar.gz egor-tensin.github.io-51eadf273a735c8b87b852eb929fe851299c1238.zip |
renamed layout 'plain' to 'default'
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..db09984 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,7 @@ +{% include common/header.html %} +<div class="row"> + <div class="col-md-12"> + {{ content }} + </div> +</div> +{% include common/footer.html %} |