Skip to content

Commit 815d836

Browse files
stephen griderstephen grider
stephen grider
authored and
stephen grider
committedNov 18, 2016
Merge branch 'master' into gh-pages
2 parents 768a77d + d231930 commit 815d836

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
 

‎.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
_site
2-
.sass-cache
3-
.DS_Store
4-
51
# Ignore the config file that's used for gh-pages.
62
_config.gh-pages.yml
3+
_site/
4+
.sass-cache/
5+
node_modules/
6+
.DS_Store
7+
Gemfile.lock
8+
npm-debug.log

‎_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ redcarpet:
5050
extensions: ['smart', 'tables', 'with_toc_data']
5151
permalink: :title
5252
paginate: 10
53+
gems: [jekyll-paginate]
5354
sass:
5455
compressed: true

‎_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<span>
1212
<span class="carbon-wrap">
1313
<a href="https://www.udemy.com/react-redux/?couponCode=325152" onclick="trackOutboundLink('https://www.udemy.com/react-redux/?couponCode=325152'); return false;" class="carbon-img" target="_blank">
14-
<img src="https://reactjsnews.com/img/ModernReact.jpg" alt="" border="0" height="100" width="130" style="max-width:130px;">
14+
<img src="/img/ModernReact.jpg" alt="" border="0" height="100" width="130" style="max-width:130px;">
1515
</a>
1616
<a href="https://www.udemy.com/react-redux/?couponCode=325152" onclick="trackOutboundLink('https://www.udemy.com/react-redux/?couponCode=325152'); return false;" class="carbon-text" target="_blank">
1717
90% Off: Get up to speed with React and Redux through the highest-rated online tutorial.

0 commit comments

Comments
 (0)
Please sign in to comment.