|
|
@ -1,6 +1,6 @@
|
|
|
|
{{ $page := . }}
|
|
|
|
{{ $page := . }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ $copyright := site.Copyright }}
|
|
|
|
{{ $copyright := site.Copyright | markdownify | plainify | htmlUnescape }}
|
|
|
|
{{ $description := or $page.Description "Recent content" }}
|
|
|
|
{{ $description := or $page.Description "Recent content" }}
|
|
|
|
{{ $feed := ($page.OutputFormats.Get "rss").Permalink }}
|
|
|
|
{{ $feed := ($page.OutputFormats.Get "rss").Permalink }}
|
|
|
|
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
|
|
|
|
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
|
|
|
|