Skip to content

Commit 40d9859

Browse files
committed
Trim trailing whitespace
1 parent af23e29 commit 40d9859

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

site/src/main/resources/org/typelevel/sbt/site/helium/default.template.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@
4949
</div>
5050
@:@
5151
</div>
52-
52+
5353
${?helium.topBar.home}
54-
54+
5555
${?helium.topBar.links}
56-
56+
5757
</header>
5858

5959
<nav id="sidebar">
6060

6161
${?helium.topBar.phoneLinks}
62-
62+
6363
@:navigationTree {
64-
entries = [
65-
{ target = "/", excludeRoot = true, excludeSections = true, depth = 2 }
64+
entries = [
65+
{ target = "/", excludeRoot = true, excludeSections = true, depth = 2 }
6666
]
6767
}
68-
68+
6969
<ul class="nav-list">
7070
<li class="level1 nav-header">Related Projects</li>
7171
@:for(typelevel.site.related)
@@ -79,13 +79,13 @@
7979

8080
<nav id="page-nav">
8181
<p class="header"><a href="#">${cursor.currentDocument.title}</a></p>
82-
82+
8383
@:navigationTree {
8484
entries = [
8585
{ target = "#", excludeRoot = true, depth = 2 }
8686
]
8787
}
88-
88+
8989
<p class="footer">@:for(helium.markupEditLinks)<a href="${_.baseURL}${cursor.currentDocument.path}">${_.icon}${_.text}</a>@:@</p>
9090
</nav>
9191

0 commit comments

Comments
 (0)