Skip to content

Commit 1bf8507

Browse files
committed
chore: add newline at EOF
1 parent 6df9473 commit 1bf8507

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

theme/src/main/assets/partials/content.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ $ endif $
1212
<span class="md-source-file md-version">
1313
$page.properties.("project.version.short")$
1414
</span>
15-
</div>
15+
</div>

theme/src/main/assets/partials/copyright.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
</div>
66
$ endif $
77
$poweredby()$
8-
</div>
8+
</div>

theme/src/main/assets/partials/logo.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ $ elseif (page.properties.("material.logo")) $
44
<img src="$page.base$$page.properties.("material.logo")$" "alt="logo" />
55
$ else $
66
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z"/></svg>
7-
$ endif $
7+
$ endif $

theme/src/main/assets/partials/nav.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ $!
3636
$ endif $
3737
$page.groups$
3838
$page.navigation$
39-
</nav>
39+
</nav>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
22
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12Z"/></svg>
33
Back to top
4-
</button>
4+
</button>

0 commit comments

Comments
 (0)