We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ac236 commit 6462c39Copy full SHA for 6462c39
themes/dlc/layouts/partials/3_organisms/footer.html
@@ -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
+ © {{ now.Year }} Linode, LLC
6
+ </div>
7
8
9
10
+ <a href="https://www.linode.com/security" target="_blank">Security</a>
11
12
13
14
15
+ <a href="https://www.linode.com/compliance" target="_blank">Standards & Compliance</a>
16
17
18
19
+</div>
0 commit comments