make changes to structure according to Hugo recommendations
This commit is contained in:
parent
b46b3330c4
commit
fad23b813c
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
baseURL = 'https://peterdominguez.art'
|
||||
title = 'Peter Domínguez'
|
||||
theme = 'nightfall'
|
||||
languageCode = 'es-DO'
|
||||
languageLocal = 'es-DO'
|
||||
defaultContentLanguage = 'es'
|
||||
[params]
|
||||
user = "peter"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<link>{{ .Permalink }}</link>
|
||||
<description>Contenido reciente en la categoría {{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }} {{ end }}{{ end }}por {{ .Site.Title }}</description>
|
||||
<generator>Hugo {{ hugo.Version }}</generator>
|
||||
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
|
||||
<language>{{ .Site.Language.Locale }}</language>{{ with $authorEmail }}
|
||||
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
|
||||
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
||||
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<link>{{ .Permalink }}</link>
|
||||
<description>{{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }} {{ end }}{{ end }}recientes de {{ .Site.Title }}</description>
|
||||
<generator>Hugo {{ hugo.Version }}</generator>
|
||||
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
|
||||
<language>{{ site.Language.Locale }}</language>{{ with $authorEmail }}
|
||||
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
|
||||
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
||||
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<link>{{ .Permalink }}</link>
|
||||
<description>Contenido reciente publicado con la etiqueta «{{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }}{{ end }}{{ end }}» por {{ .Site.Title }}</description>
|
||||
<generator>Hugo {{ hugo.Version }}</generator>
|
||||
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
|
||||
<language>{{ site.Language.Locale }}</language>{{ with $authorEmail }}
|
||||
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
|
||||
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
||||
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue