diff --git a/_layouts/default.html b/_layouts/default.html index 8c567d46..43793eae 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,7 @@ - + + {{ page.title }} diff --git a/_layouts/page.html b/_layouts/page.html index 816de3b0..8658c248 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -27,8 +27,10 @@

{{ page.title }}

]{% endcapture %} {% endif %} +{% if files %} +{% endif %} diff --git a/index.html b/index.html index b2afd0f8..1a8349d6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -80,7 +80,7 @@

Python

Other Recommended Python Resources

diff --git a/stylesheets/styles.css b/stylesheets/styles.css index ab8b636d..319db271 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -3,7 +3,7 @@ body { padding: 25px; font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #777; + color: #585858; font-weight: 300; } @@ -33,7 +33,7 @@ h3, h4, h5, h6 { } a { - color: #39c; + color: #005d8c; font-weight: 400; text-decoration: none; }