-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature request for io module: last modified date #256
Comments
Sounds like a good idea. Can we flesh this out in a bit more detail?
|
1,2. I want 3 Main use cases are typical web contents such as blog post, rss feed and sitemap. Thus, It would be nice to specify date time format like
No, for now I just want standard directives contain last modified time substitution, but don't mean to add it to Helium default. |
@i10416 - I finally looked into this in detail and it turned out that this ticket is actually 3 feature requests in one. 🙂
|
@jenshalm Thanks! I take a look at them. |
It would be better if we can get last modified date and time of document as
Option[DateTime]
to improve search result on the web. For example, blog post, rss feed and sitemap usually have last modified datetime field.e.g. honkit(former gitbook) provide variable
mtime
to get last modified date and time.https://honkit.netlify.app/templating/variables.html#file-variables
The text was updated successfully, but these errors were encountered: