Skip to content

Commit c91f09b

Browse files
author
Kayla Wilkins
committed
adding config value to adjust title casing, a padding addition, copy updates
1 parent 694fc1a commit c91f09b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ languageCode = "en-us"
33
title = "Linode Developers Site"
44
defaultContentLanguage = "en"
55
paginate = 25
6+
preserveTaxonomyNames = true
67
theme = ["dlc", "linode-hugo-theme"]
78

89
# menu

themes/dlc/layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 class="text-center font-light text-BaseGreenDark">How easily can you create a Linode?</h2>
5-
<div class="text-2xl my-3 text-center font-light">Are two steps easy enough?</div>
4+
<h2 class="text-center font-light text-BaseGreenDark">Manage your Account with the Linode CLI</h2>
5+
<div class="text-2xl my-3 text-center font-light">All of the functionality of the Manager from the command line.</div>
66
{{ partial "2_molecules/code-box.html" }}
77
<div class="mt-6 text-center"><a href="https://www.linode.com/cli" target="_blank" class="btn mt-3">Get Started with the Linode CLI</a></div>
88
</section>
@@ -59,7 +59,7 @@ <h3 class="mt-0 mb-4"><a href="{{ .Params.event_url }}" class="text-black tile-l
5959
{{ end }}
6060
{{ end }}
6161
</div>
62-
<a class="btn block mx-auto text-center" href="https://www.linode.com/events" target="_blank">View All Events</a>
62+
<a class="btn block mx-auto text-center mb-12" href="https://www.linode.com/events" target="_blank">View All Events</a>
6363
</div>
6464

6565
<div class="relative row-full pb-8 home-cubes">

0 commit comments

Comments
 (0)