From bc4a880185f20611a925cdeefee97b02e52bc3d7 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 14 Jan 2019 16:06:20 -0500 Subject: [PATCH] better site description for SEO --- content/_index.md | 4 ++-- layouts/partials/header.html | 2 +- static/style.css | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/content/_index.md b/content/_index.md index 13d054a0..baa550f0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ +++ -title = "Jake Jarvis — Web & Mobile Developer in Boston, MA" -description = "I'm a 26-year-old web and mobile entrepreneur based in Boston, Massachusetts." +title = "Jake Jarvis – Web & Mobile Developer in Boston, MA" +description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps." +++ diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 21e07206..1cbb25e9 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,7 +4,7 @@ {{ .Hugo.Generator }} - {{ .Title }} + {{ .Title }}{{ if .IsHome }} 👨‍💻{{ end }} diff --git a/static/style.css b/static/style.css index 2677fa77..e05a7e18 100644 --- a/static/style.css +++ b/static/style.css @@ -282,10 +282,6 @@ div#home sup { line-height: 20px !important; } - div#home div#footer div#blog { - font-size: 0.75em !important; - } - div#home div#footer div#info { font-size: 0.6em !important; }