This commit is contained in:
parent
bb931ce77c
commit
fb7a7a7485
2 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,6 @@ baseURL = 'https://faulty.equipment/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Faulty Equipment'
|
title = 'Faulty Equipment'
|
||||||
theme = "fesite"
|
theme = "fesite"
|
||||||
|
|
||||||
|
[Params]
|
||||||
|
description = 'Ramblings and analysis of one random software developer'
|
||||||
|
|
|
@ -14,4 +14,8 @@
|
||||||
{{ range .AlternativeOutputFormats -}} {{ printf `
|
{{ range .AlternativeOutputFormats -}} {{ printf `
|
||||||
<link rel="%s" type="%s" href="%s" title="%s" />
|
<link rel="%s" type="%s" href="%s" title="%s" />
|
||||||
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
|
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="{{ if .Params.description }}{{ .Params.description }}{{ else if .Site.Params.description }}{{ .Site.Params.description }}{{ end }}"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue