diff options
author | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-03 22:10:32 -0300 |
---|---|---|
committer | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-03 22:10:32 -0300 |
commit | 3f5cfe38dadf34669270eed9184f0414a280f5a9 (patch) | |
tree | 8a3d5eda27e86600a662fe5b05c8f8fcbc518387 /_tils/2020-08-12-simple-filename-timestamp.md | |
parent | nixpkgs-next.nix: Remove extra inputs to pymd4c derivation (diff) | |
download | euandre.org-3f5cfe38dadf34669270eed9184f0414a280f5a9.tar.gz euandre.org-3f5cfe38dadf34669270eed9184f0414a280f5a9.tar.xz |
Prepare for translation front matter of _tils/2020-08-12-simple-filename-timestamp.md
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-08-12-simple-filename-timestamp.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_tils/2020-08-12-simple-filename-timestamp.md b/_tils/2020-08-12-simple-filename-timestamp.md index a02c70b..ea88e70 100644 --- a/_tils/2020-08-12-simple-filename-timestamp.md +++ b/_tils/2020-08-12-simple-filename-timestamp.md @@ -1,10 +1,17 @@ --- + title: Simple filename timestamp + date: 2020-08-12 + layout: post + lang: en + ref: simple-filename-timestamp + --- + When writing Jekyll posts or creating log files with dates on them, I usually struggle with finding a direct way of accomplishing that. There's a simple solution: `date -I`. |