Skip to content

Commit 3a942ff

Browse files
committed
Icons update + Minor style changes.
1 parent 71f8528 commit 3a942ff

15 files changed

+183
-36
lines changed

docs/_layouts/index.html

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
---
22
layout: static-site-main
33
---
4-
<h1>{{ page.title }}</h1>
5-
6-
{{ content }}
7-
8-
<h2>Table of Contents</h2>
9-
<ul class="table-of-contents">
10-
{% for subpage in site.subpages %}
11-
<li>
12-
<a href="{{ subpage.url }}">{{ subpage.title }}</a>
13-
</li>
14-
{% endfor %}
15-
</ul>
4+
5+
<main>
6+
<header>
7+
{% if urls.editSource %}
8+
<!--<a class="text-button with-link body-small" href="{{ urls.editSource }}">Edit this page on GitHub</a>-->
9+
{% endif %}
10+
<h1 class="h600">{{ page.title }}</h1>
11+
</header>
12+
13+
{{ content }}
14+
15+
<h2 class="h500">Table of Contents</h2>
16+
<ul class="table-of-contents">
17+
{% for subpage in site.subpages %}
18+
<li>
19+
<a href="{{ subpage.url }}">{{ subpage.title }}</a>
20+
</li>
21+
{% endfor %}
22+
</ul>
23+
24+
</main>
Lines changed: 9 additions & 2 deletions
Loading
Lines changed: 9 additions & 2 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 9 additions & 2 deletions
Loading
Lines changed: 9 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)