Skip to content

Commit 5cdfd26

Browse files
author
Matthew McCullough
committed
Render description for workbooks
1 parent 479e23b commit 5cdfd26

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

_layouts/workbook.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<!-- <span class="octicon octicon-book"></span> -->
99
<h1>{{ page.title }}</h1>
1010
{% include license.html %}
11+
12+
{% if page.description %}
13+
<br/>
14+
<div class="description">{{ page.description }}</div>
15+
{% endif %}
1116
</div>
1217
</section>
1318

workbooks/github-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: workbook
33
title: GitHub Advanced Workbook
4-
description: This student and teacher workbook will be your companion to the GitHub Advanced class taught by the [GitHub Training Team](http://training.github.com/) and other educational groups. In this course, you'll learn how to leverage all of the shortcuts, commands and advanced workflows of both Git and GitHub.
4+
description: This student and teacher workbook will be your companion to the GitHub Advanced class taught by the GitHub Training Team and other educational groups. In this course, you'll learn how to leverage all of the shortcuts, commands and advanced workflows of both Git and GitHub.
55

66
---
77

workbooks/github-foundations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: workbook
33
title: GitHub Foundations Workbook
4-
description: This student and teacher workbook will be your companion to the GitHub Foundations class taught by the [GitHub Training Team](http://training.github.com/) and other educational groups. In this course, you'll learn basic collaboration skills towards a productive use of Git and GitHub in your open source work and daily job assignments.
4+
description: This student and teacher workbook will be your companion to the GitHub Foundations class taught by the GitHub Training Team and other educational groups. In this course, you'll learn basic collaboration skills towards a productive use of Git and GitHub in your open source work and daily job assignments.
55

66

77
---

workbooks/github-intermediate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: workbook
33
title: GitHub Intermediate Workbook
4-
description: This student and teacher workbook will be your companion to the GitHub Intermediate class taught by the [GitHub Training Team](http://training.github.com/) and other educational groups. In this course, you'll learn how to extensively leverage Git and GitHub from the command line.
4+
description: This student and teacher workbook will be your companion to the GitHub Intermediate class taught by the GitHub Training Team and other educational groups. In this course, you'll learn how to extensively leverage Git and GitHub from the command line.
55
---
66

77

0 commit comments

Comments
 (0)