diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html
index 4420c85..27ddd31 100644
--- a/layouts/partials/sections/home.html
+++ b/layouts/partials/sections/home.html
@@ -110,6 +110,9 @@
alt="Author Image"
/>
{{ $author.greeting }} {{ $name }}
+ {{ if $author.subtitle }}
+ {{ $author.subtitle }}
+ {{ end }}
diff --git a/static/css/sections/home.css b/static/css/sections/home.css
index 893ee3d..b108556 100644
--- a/static/css/sections/home.css
+++ b/static/css/sections/home.css
@@ -45,7 +45,7 @@
margin-bottom: 10px;
}
-.home .greeting {
+.home .greeting, .home .greeting-subtitle {
color: #f9fafc;
}