diff options
Diffstat (limited to '_tils')
-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`. |