Skip to content

Commit 7827f35

Browse files
authored
Merge pull request #497 from jarrodwb/issue-448
add resources to main index and add license to other download files
2 parents f267ae1 + 6863284 commit 7827f35

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Diff for: _layouts/downloadpage.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ <h3>Software Requirements</h3>
6666

6767
{{ page.requirements }}
6868

69+
{{ content }}
70+
6971
{% if page.show_resources == "true" %}
7072

7173
<div>
@@ -116,7 +118,9 @@ <h3 hidden>Other resources</h3>
116118

117119
</div>
118120

119-
{{ content }}
121+
<h3>License</h3>
122+
The Scala distribution is released under the <a href="{{ site.baseurl }}/license.html">3-clause BSD license</a>.
123+
120124

121125
<div id="getting-started-popup">
122126
<div class="popup">
@@ -129,4 +133,3 @@ <h3 hidden>Other resources</h3>
129133
</ul>
130134
</div>
131135
</div>
132-

Diff for: _layouts/maindownloadpage.html

-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ <h3>Additional information</h3>
1717
<li><a href="changelog.html">Changelog</a></li>
1818
<li><a href="all.html">All previous Scala Releases</a></li>
1919
</ul>
20-
21-
<h3>License</h3>
22-
The Scala distribution is released under the <a href="{{ site.baseurl }}/license.html">3-clause BSD license</a>.
23-
24-
25-
{{ content }}

Diff for: download/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: maindownloadpage
33
title: Download
44
release_version: 2.11.8
55
release_date: "March 8, 2016"
6+
show_resources: "true"
67
other_releases: [
78
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
89
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],

0 commit comments

Comments
 (0)