Skip to content

Commit 6462c39

Browse files
author
Alban Bailly
committed
Revert "remove footer now in base theme"
This reverts commit 8091ef7.
1 parent 82ac236 commit 6462c39

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<div class="container mx-auto max-w-xl">
2+
<div class="flex -mx-2">
3+
<div class="w-1/3 px-2 text-center">
4+
<div class="h-12">
5+
&copy; {{ now.Year }} Linode, LLC
6+
</div>
7+
</div>
8+
<div class="w-1/3 px-2 text-center">
9+
<div class="h-12">
10+
<a href="https://www.linode.com/security" target="_blank">Security</a>
11+
</div>
12+
</div>
13+
<div class="w-1/3 px-2 text-center">
14+
<div class="h-12">
15+
<a href="https://www.linode.com/compliance" target="_blank">Standards &amp; Compliance</a>
16+
</div>
17+
</div>
18+
</div>
19+
</div>

0 commit comments

Comments
 (0)