-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document lastmod #1351
Comments
It seems undocumented, but you should use We have a discussion board more suitable for questions. |
Thanks. But isn't that a bug? I have two dates exactly the same: one works and the other doesn't. If I wanted to display |
Yea... maybe. But that would be a bug/feature request in the TOML parser, see https://github.com/BurntSushi/toml The thing is, for |
Sorry, I should ask this in the discussion board. But for the record, |
and what is the value of
in that file's front matter? If not set, it inherits the |
Thanks @bep . I understand now, |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have two dates in my front matter:
In the template I can call
{{ .Date.Format "January 2, 2006" }}
but{{ .Params.updated.Format "January 2, 2006" }}
fails withcan't evaluate field Format in type interface {}
. Or do I have to specify the type ofupdated
somewhere?The text was updated successfully, but these errors were encountered: