Add description
This commit is contained in:
parent
3811338c91
commit
22237822b4
@ -5,6 +5,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404",
|
|||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
Name = "Hugo Jobless"
|
Name = "Hugo Jobless"
|
||||||
|
Description = "Hugo theme to build resume page in style of Jake's resume"
|
||||||
Phone = "123-456-7890"
|
Phone = "123-456-7890"
|
||||||
EMail = "jake@su.edu"
|
EMail = "jake@su.edu"
|
||||||
LinkedIn = "linkedin.com/in/jake"
|
LinkedIn = "linkedin.com/in/jake"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta name=“description” content="{{ .Site.Params.Description }}"/>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
{{ partial "style.html" . }}
|
{{ partial "style.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user