We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c70ad commit cd06091Copy full SHA for cd06091
theme/templates/index.html
@@ -19,10 +19,11 @@
19
{% for page in pages|sort(attribute='sortorder') %}
20
{% if page.slug == 'introduction' %}
21
{{ 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>.
+ <p>
+ This guide branches out on topic because your learning
+ requirements depend on what you're working on. Select one
+ of the buttons below or check out the full
26
+ <a href="/table-of-contents.html">table of contents</a>.
27
</p>
28
<h3>What do you need to learn to create your application?</h3>
29
{% include "choices/index.html" %}
0 commit comments