mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-07-01 13:01:24 +00:00
chore: update deprecated properties
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
baseURL = 'https://hazemkrimi.tech'
|
baseURL = 'https://hazemkrimi.tech'
|
||||||
languageCode = 'en'
|
locale = 'en'
|
||||||
title = 'Hazem Krimi'
|
title = 'Hazem Krimi'
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 5
|
pagerSize = 5
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
<description>Hazem Krimi's projects and blog</description>
|
<description>Hazem Krimi's projects and blog</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
|
<language>{{ site.Language.Locale }}</language>{{ with $authorEmail }}
|
||||||
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
|
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
|
||||||
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
||||||
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
||||||
|
|||||||
Reference in New Issue
Block a user