forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blogger API to FCC and list 5 most recent blog posts on about page
- Loading branch information
Michael Q Larson
committed
Jan 13, 2015
1 parent
a29408b
commit 4bdc3d3
Showing
4 changed files
with
62 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.panel.panel-primary | ||
.panel-heading.landing-panel-heading.text-center New posts on blog.freecodecamp.com | ||
.panel-body | ||
.landing-panel-body.text-center | ||
h2 | ||
a(href=blog1Link)= blog1Title | ||
h2 | ||
a(href=blog2Link)= blog2Title | ||
h2 | ||
a(href=blog3Link)= blog3Title | ||
h2 | ||
a(href=blog4Link)= blog4Title | ||
h2 | ||
a(href=blog5Link)= blog5Title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
extends ../layout | ||
block content | ||
include ../partials/stats | ||
include ../partials/blog | ||
include ../partials/about | ||
include ../partials/faq |