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