1
0

Add description

This commit is contained in:
Serghei Cebotari 2023-12-03 23:18:52 +03:00
parent 3811338c91
commit 22237822b4
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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>