diff --git a/source/code/_views/default.html b/source/code/_views/default.html index 4452dfc..89962f7 100644 --- a/source/code/_views/default.html +++ b/source/code/_views/default.html @@ -5,14 +5,12 @@ {% block title %}{{ page.title }}{% endblock %} | {{ site.title }} - + {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %} - - diff --git a/source/code/_views/styleguide.html b/source/code/_views/styleguide.html index 88ecc3a..2078124 100644 --- a/source/code/_views/styleguide.html +++ b/source/code/_views/styleguide.html @@ -5,7 +5,7 @@ {% block title %}{{ page.title }}{% endblock %} | {{ site.title }} - + @@ -14,11 +14,8 @@ {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
- +
- - -