diff --git a/_includes/footer-minimal.html b/_includes/footer-minimal.html deleted file mode 100644 --- a/_includes/footer-minimal.html +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file diff --git a/_layouts/minimal.html b/_layouts/minimal.html deleted file mode 100644 --- a/_layouts/minimal.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -common-css: - - "/css/bootstrap.min.css" - - "/css/main-minimal.css" -common-js: - - "/js/jquery-1.11.2.min.js" - - "/js/bootstrap.min.js" ---- - - - - - {% include head.html %} - - - -
- {{ content }} -
- - {% include footer-minimal.html %} - - {% include footer-scripts.html %} - - - diff --git a/css/main-minimal.css b/css/main-minimal.css deleted file mode 100644 --- a/css/main-minimal.css +++ /dev/null @@ -1,13 +0,0 @@ -.main-content { - padding-bottom: 50px; -} - -footer.footer-min { - position: fixed; - bottom: 0; - width: 100%; - padding: 3px; - background-color: #f5f5f5; - border-top: 1px solid #eeeeee; - text-align: center; -} \ No newline at end of file