Skip to content
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

add last updated date to posts #2341

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

ToryDeng
Copy link
Contributor

@ToryDeng ToryDeng commented Apr 13, 2024

This PR is related to #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:

Created: July 11, 2023   |   Last Updated: April 14, 2024

For a practical implementation example, please refer to this post on my website, where I have applied these changes.


Any feedback is wellcome.

_layouts/post.liquid Outdated Show resolved Hide resolved
_layouts/post.liquid Outdated Show resolved Hide resolved
@ToryDeng ToryDeng changed the title add last updated date to posts add last updated date to posts (#2309) Apr 17, 2024
@ToryDeng ToryDeng changed the title add last updated date to posts (#2309) add last updated date to posts Apr 17, 2024
_layouts/post.liquid Outdated Show resolved Hide resolved
@george-gca george-gca merged commit a29e24a into alshedivat:master Apr 24, 2024
3 checks passed
@george-gca
Copy link
Collaborator

Thanks for your contribution.

BoAi01 pushed a commit to BoAi01/boai01.github.io that referenced this pull request May 7, 2024
This PR is related to alshedivat#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.
siril-teja pushed a commit to siril-teja/siril-teja.github.io-old that referenced this pull request Jun 19, 2024
This PR is related to alshedivat#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.
karapostK pushed a commit to karapostK/karapostK.github.io that referenced this pull request Jul 4, 2024
This PR is related to alshedivat#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.
HaukeCornell pushed a commit to haukesand/haukesand.github.io that referenced this pull request Jul 8, 2024
This PR is related to alshedivat#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.
Suraj-Bhor pushed a commit to Suraj-Bhor/suraj-bhor.github.io that referenced this pull request Aug 13, 2024
This PR is related to alshedivat#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants