Skip to content

Commit

Permalink
Fixes #440, version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Mar 2, 2016
1 parent 6a8c406 commit 979aaa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.3.2

*February 3, 2016*

A small bugfix for slightly incorrect background colors on code samples in some cases.

## Version 1.3.1

*January 31, 2016*
Expand All @@ -8,7 +14,7 @@ A small bugfix for incorrect whitespace in code blocks.

## Version 1.3

*January 27th, 2016*
*January 27, 2016*

We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs.

Expand All @@ -35,7 +41,7 @@ Instead of `rake build` and `rake deploy`, you should now run `bundle exec middl

## Version 1.1

*July 27th, 2014*
*July 27, 2014*

**Fixes:**

Expand Down
4 changes: 2 additions & 2 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ under the License.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><%= current_page.data.title || "API Documentation" %></title>

<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>
<style>
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
</style>
<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>
<% if current_page.data.search %>
<%= javascript_include_tag "all" %>
<% else %>
Expand Down

0 comments on commit 979aaa9

Please sign in to comment.