Skip to content

Commit 6d8bb4e

Browse files
committed
WIP
1 parent dfb5b04 commit 6d8bb4e

12 files changed

+874
-314
lines changed

_layouts/style-guide.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
{{content}}
1616
</div>
1717

18+
<div class="two-columns">
19+
{% if page.previous-page %}
20+
<a href="{{page.previous-page}}.html">&larr; <strong>previous</strong></a>
21+
{% else %}
22+
<div></div>
23+
{% endif %}
24+
{% if page.next-page %}
25+
<a href="{{page.next-page}}.html"><strong>next</strong> &rarr;</a>
26+
{% endif %}
27+
</div>
1828
{% include contributors-list.html %}
1929
</div>
2030
</div>

_style/control-structures.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
layout: style-guide
33
title: Control Structures
4-
54
partof: style
6-
overview-name: "Style Guide"
7-
5+
overview-name: Style Guide
86
num: 7
9-
107
previous-page: declarations
118
next-page: method-invocation
129
---

0 commit comments

Comments
 (0)