diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7fe66..1cd7c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Google Analytics tracking ID, Disqus comments, to `/docs` demo site. ### Changed -- Refactor sidebar off-canvas menu. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9) +- Refactor sidebar off-canvas menu and improve animation. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9) [#15](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/15) - Removed tinted background from `` elements. - Permalink structure of `/docs` demo site. diff --git a/_layouts/default.html b/_layouts/default.html index 7efd703..83730c1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,15 +13,17 @@ {% include skip-links.html %} -
- {% include masthead.html %} - {{ content }} +
+
+ {% include masthead.html %} + {{ content }} +