Add description
This commit is contained in:
parent
3811338c91
commit
22237822b4
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user