File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77 < header >
88 < h2 > {{ page.title }}</ h2 >
99 < p > {{ page.tagline }}</ p >
10+ {% if page.repo %}
11+ < a target ="_blank " href ="{{ page.repo }} " class ="icon fa-github fa-2x ">
12+ < span class ="label "> {{ page.title }} repo</ span >
13+ </ a >
14+ {% endif %}
1015 </ header >
1116
1217 < section class ="wrapper style5 ">
Original file line number Diff line number Diff line change 22 padding-top : 75px ;
33 padding-bottom : 75px ;
44}
5+
6+ .fa-2x :hover {
7+ opacity : 0.85 ;
8+ }
Original file line number Diff line number Diff line change 22layout: page
33title: Atom-CodeRoad
44tagline: Play Interactive Tutorials
5+ repo: //github.com/coderoad/atom-coderoad
56---
67
78{% for doc in site.categories.atom-coderoad reversed %}
Original file line number Diff line number Diff line change 22layout: page
33title: Builder-CodeRoad
44tagline: Create Interactive Tutorials
5+ repo: //github.com/coderoad/builder-coderoad
56---
67
78{% for doc in site.categories.builder-coderoad reversed %}
You can’t perform that action at this time.
0 commit comments