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/plain.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/plain.html')
-rw-r--r-- | _layouts/plain.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_layouts/plain.html b/_layouts/plain.html deleted file mode 100644 index db09984..0000000 --- a/_layouts/plain.html +++ /dev/null @@ -1,7 +0,0 @@ -{% include common/header.html %} -<div class="row"> - <div class="col-md-12"> - {{ content }} - </div> -</div> -{% include common/footer.html %} |