diff --git a/.gitignore b/.gitignore index c7db0c4f4f1..f6fc8c00b25 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ build/ .yardoc _yardoc doc/ +.idea/ \ No newline at end of file diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 58769a66c61..513c8a18db3 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -53,6 +53,7 @@ under the License. <% end %>
+
<%= yield %> <% current_page.data.includes && current_page.data.includes.each do |include| %> diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index cca8815adb7..63e33041baa 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -251,7 +251,7 @@ html, body { position: relative; z-index: 30; - section { + &, section { padding-bottom: 6em; &:after { content: '';