Skip to content

Commit 54206df

Browse files
committed
Add thick hr element to footer
Signed-off-by: lucperkins <[email protected]>
1 parent c301138 commit 54206df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
&copy; {{ $year }} The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage</a> page.
1212
</p>
1313

14-
<hr />
14+
<hr class="thick" />
1515

1616
{{ $copy }}
1717
</div>

0 commit comments

Comments
 (0)