1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:25:30 -04:00

better site description for SEO

This commit is contained in:
2019-01-14 16:06:20 -05:00
parent e937d3de5d
commit bc4a880185
3 changed files with 3 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
+++ +++
title = "Jake Jarvis Web & Mobile Developer in Boston, MA" title = "Jake Jarvis Web & Mobile Developer in Boston, MA"
description = "I'm a 26-year-old web and mobile entrepreneur based in Boston, Massachusetts." description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps."
+++ +++

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
{{ .Hugo.Generator }} {{ .Hugo.Generator }}
<title>{{ .Title }}</title> <title>{{ .Title }}{{ if .IsHome }} &#x1f468;&#x200d;&#x1f4bb;{{ end }}</title>
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}"> <meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

View File

@@ -282,10 +282,6 @@ div#home sup {
line-height: 20px !important; line-height: 20px !important;
} }
div#home div#footer div#blog {
font-size: 0.75em !important;
}
div#home div#footer div#info { div#home div#footer div#info {
font-size: 0.6em !important; font-size: 0.6em !important;
} }