mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 14:15:29 -04:00
better site description for SEO
This commit is contained in:
@@ -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."
|
||||||
+++
|
+++
|
||||||
|
@@ -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 }} 👨‍💻{{ 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">
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user