Remove paige.date.source config

This commit is contained in:
Will Faught
2023-04-25 18:08:13 -07:00
parent ac88a758b3
commit b06903d6c0
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{{ $authors := partial "paige/authors.html" $page }}
{{ $categories := $page.Params.categories | default slice | uniq }}
{{ $commiturl := "" }}
{{ $date := cond (eq ($page.Param "paige.date.source" | default "published") "published") $page.PublishDate $page.Lastmod }}
{{ $date := $page.PublishDate }}
{{ $dateformat := $page.Param "paige.date.format" | default ":date_long" }}
{{ $description := $page.Description | markdownify }}
{{ $link := $page.Params.link }}