mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
chore: .Site.LanguageCode was deprecated in favor of .Language.Locale
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<description>Docker security announcements and updates</description>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>{{ .Site.LanguageCode | default "en" }}</language>
|
||||
<language>{{ .Site.Language.Locale | default "en" }}</language>
|
||||
<lastBuildDate>{{ now.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
|
||||
<atom:link href="{{ .Permalink }}index.xml" rel="self" type="application/rss+xml" />
|
||||
{{- range (index .Fragments.Headings 0).Headings }}
|
||||
|
||||
Reference in New Issue
Block a user