Skip to content

Commit

Permalink
fix last modified time
Browse files Browse the repository at this point in the history
  • Loading branch information
mloning committed Dec 26, 2023
1 parent f44f10b commit 952b1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Lastmod }}
last_modified: .Lastmod
draft: true
---

2 changes: 1 addition & 1 deletion content/posts/run-precommit-retrospectively.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Run pre-commit retrospectively on all changed files in a PR"
date: 2020-10-02T16:10:57+02:00
lastmod: 2023-12-25T16:10:57+02:00
last_modified: .Lastmod
draft: false
---

Expand Down

0 comments on commit 952b1c2

Please sign in to comment.