aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml1
-rw-r--r--layouts/_default/baseof.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 858bf28..5f5e609 100644
--- a/config.toml
+++ b/config.toml
@@ -5,6 +5,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404",
[Params]
Name = "Hugo Jobless"
+ Description = "Hugo theme to build resume page in style of Jake's resume"
Phone = "123-456-7890"
EMail = "jake@su.edu"
LinkedIn = "linkedin.com/in/jake"
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fc1a1f6..22a3333 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,6 +4,7 @@
<head>
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width">
+ <meta name=“description” content="{{ .Site.Params.Description }}"/>
<meta charset="utf-8" />
{{ partial "style.html" . }}
</head>