diff options
-rw-r--r-- | _includes/common/bootstrap_css.html (renamed from _includes/bootstrap_css.html) | 0 | ||||
-rw-r--r-- | _includes/common/bootstrap_js.html (renamed from _includes/bootstrap_js.html) | 0 | ||||
-rw-r--r-- | _includes/common/footer.html (renamed from _includes/footer.html) | 4 | ||||
-rw-r--r-- | _includes/common/header.html (renamed from _includes/header.html) | 4 | ||||
-rw-r--r-- | _includes/common/ie_compat.html (renamed from _includes/ie_compat.html) | 0 | ||||
-rw-r--r-- | _includes/common/jquery.html (renamed from _includes/jquery.html) | 0 | ||||
-rw-r--r-- | _layouts/main.html | 4 | ||||
-rw-r--r-- | css/common/misc.css | 3 |
8 files changed, 9 insertions, 6 deletions
diff --git a/_includes/bootstrap_css.html b/_includes/common/bootstrap_css.html index f47b856..f47b856 100644 --- a/_includes/bootstrap_css.html +++ b/_includes/common/bootstrap_css.html diff --git a/_includes/bootstrap_js.html b/_includes/common/bootstrap_js.html index e724257..e724257 100644 --- a/_includes/bootstrap_js.html +++ b/_includes/common/bootstrap_js.html diff --git a/_includes/footer.html b/_includes/common/footer.html index 1d5180e..282c768 100644 --- a/_includes/footer.html +++ b/_includes/common/footer.html @@ -19,7 +19,7 @@ </footer> </div> </div> - {% include jquery.html %} - {% include bootstrap_js.html %} + {% include common/jquery.html %} + {% include common/bootstrap_js.html %} </body> </html> diff --git a/_includes/header.html b/_includes/common/header.html index ff3a737..697d8f9 100644 --- a/_includes/header.html +++ b/_includes/common/header.html @@ -7,12 +7,12 @@ <title>{{ page.title }} - {{ site.personal_info.name }}</title> - {% include bootstrap_css.html %} + {% include common/bootstrap_css.html %} <link rel="stylesheet" href="/css/common/footer.css"> <link rel="stylesheet" href="/css/common/misc.css"> - {% include ie_compat.html %} + {% include common/ie_compat.html %} </head> <body> <div class="top-level-footer-wrapper"> diff --git a/_includes/ie_compat.html b/_includes/common/ie_compat.html index 3cef67d..3cef67d 100644 --- a/_includes/ie_compat.html +++ b/_includes/common/ie_compat.html diff --git a/_includes/jquery.html b/_includes/common/jquery.html index aa6d2fd..aa6d2fd 100644 --- a/_includes/jquery.html +++ b/_includes/common/jquery.html diff --git a/_layouts/main.html b/_layouts/main.html index 4f0db4c..8254f8d 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -1,3 +1,3 @@ -{% include header.html %} +{% include common/header.html %} {{ content }} -{% include footer.html %} +{% include common/footer.html %} diff --git a/css/common/misc.css b/css/common/misc.css index 49072c4..c6cbd9d 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -1,3 +1,6 @@ .wide-enough { max-width: 400px; } +.wider { + max-width: 600px; +} |