Skip to content

Commit d66d23a

Browse files
author
Josh Sager
committed
Capitalized the L in Linode
1 parent 0481ddf commit d66d23a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/dlc/layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "main" }}
22
<div class="row-full relative -mt-2 px-2">
33
<section class="header max-w-3xl mx-auto px-4 md:px-8 py-12 relative z-10">
4-
<h2>How easily can you create a linode?</h2>
4+
<h2>How easily can you create a Linode?</h2>
55
<div class="text-2xl my-3">is three steps easy enough?</div>
66
<div class="code-box bg-d-beige rounded my-8">
77
<div class="code-box-header border-white flex justify-start py-4 px-6">
@@ -20,7 +20,7 @@ <h2>How easily can you create a linode?</h2>
2020
</section>
2121
<img src='{{ "img/grid.png" | relURL }}' class="home-lins absolute pin-t pin-r" />
2222
</div>
23-
23+
2424
<div class="flex flex-wrap my-8 -mx-4 pb-8">
2525
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
2626
<div class="px-8 py-20 h-full bg-d-cell flex flex-col justify-center items-center">
@@ -81,5 +81,5 @@ <h2>Careers at Linode</h2>
8181
</div>
8282
<img src='{{ "img/triangles.png" | relURL }}' class="home-triangles absolute pin-b pin-l" />
8383
</div>
84-
85-
{{ end }}
84+
85+
{{ end }}

0 commit comments

Comments
 (0)