Skip to content

Commit b7a49c3

Browse files
committed
Fix scroll-down-arrow href and add it on each page
1 parent 8a9aedc commit b7a49c3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/_includes/features.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,12 @@ <h1 id="i-have-more-questions">I have more questions!</h1>
105105
<p>That’s great! We have more details on the <a href="{{ site.baseurl }}/docs">docs</a> and please join our <a href="https://gitter.im/lampepfl/dotty">Gitter channel</a>!</p>
106106
</div>
107107
</div>
108+
<div class="centered-subtitle">
109+
<a href="#why-dotty">
110+
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
111+
expand_more
112+
</i>
113+
</a>
114+
</div>
108115
</div>
109116

docs/_includes/getting-started.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
1515
<pre class="sourceCode bright"><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>
1616

1717
<p>For documentation see the <a href="https://github.com/lampepfl/dotty-example-project">Dotty Example Project</a>.</p>
18-
18+
</div>
19+
<div class="centered-subtitle">
20+
<a href="#so-features">
21+
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
22+
expand_more
23+
</i>
24+
</a>
1925
</div>
2026
</div>

docs/_includes/logo-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="centered-subtitle">
8484
<h1 id="dotty">Dotty</h1>
8585
<p>A next generation compiler for Scala</p>
86-
<a href="#why-dotty">
86+
<a href="#getting-started">
8787
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
8888
expand_more
8989
</i>

0 commit comments

Comments
 (0)