Update _config.yml#2341
Closed
zhackerloopback wants to merge 1 commit intocotes2020:masterfrom
zhackerloopback:patch-1
Closed
Update _config.yml#2341zhackerloopback wants to merge 1 commit intocotes2020:masterfrom zhackerloopback:patch-1
zhackerloopback wants to merge 1 commit intocotes2020:masterfrom
zhackerloopback:patch-1
Conversation
Signed-off-by: Gourav Raj <zhackerloopback@gmail.com>
|
Oops, it seems you've opened an invalid pull request. No worries, we'll close it for you. |
palonso
pushed a commit
to palonso/palonso.github.io
that referenced
this pull request
Jul 28, 2025
This PR is related to cotes2020#2309. I added an optional `last_updated` field. This new field represents the timestamp for when the post was last updated. Consequently, the existing `date` metadata should now be interpreted as the creation date of the post. The formatting for displaying these dates has been standardized as follows: ```text Created: July 11, 2023 | Last Updated: April 14, 2024 ``` For a practical implementation example, please refer to [this post](https://torydeng.github.io/blog/2023/deploying-server/) on my website, where I have applied these changes. --- Any feedback is wellcome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
Additional context