Skip to content

Commit cd06091

Browse files
committed
change index formatting
1 parent d3c70ad commit cd06091

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

theme/templates/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
{% for page in pages|sort(attribute='sortorder') %}
2020
{% if page.slug == 'introduction' %}
2121
{{ page.content }}
22-
<p>This guide branches out on topic because your learning
23-
requirements depend on what you're working on. Select one
24-
of the buttons below or check out the full
25-
<a href="/table-of-contents.html">table of contents</a>.
22+
<p>
23+
This guide branches out on topic because your learning
24+
requirements depend on what you're working on. Select one
25+
of the buttons below or check out the full
26+
<a href="/table-of-contents.html">table of contents</a>.
2627
</p>
2728
<h3>What do you need to learn to create your application?</h3>
2829
{% include "choices/index.html" %}

0 commit comments

Comments
 (0)