Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-slate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
node-slate
Commits
28066ed2
Commit
28066ed2
authored
Feb 03, 2016
by
Robert Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #440, version 1.3.2
parent
6e37ca29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG.md
CHANGELOG.md
+8
-2
layout.erb
source/layouts/layout.erb
+2
-2
No files found.
CHANGELOG.md
View file @
28066ed2
# 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*
...
...
@@ -8,7 +14,7 @@ A small bugfix for incorrect whitespace in code blocks.
## Version 1.3
*January 27
th
, 2016*
*January 27, 2016*
We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs.
...
...
@@ -35,7 +41,7 @@ Instead of `rake build` and `rake deploy`, you should now run `bundle exec middl
## Version 1.1
*July 27
th
, 2014*
*July 27, 2014*
**Fixes:**
...
...
source/layouts/layout.erb
View file @
28066ed2
...
...
@@ -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
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment