diff options
author | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-04 08:06:00 -0300 |
---|---|---|
committer | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-04 08:06:00 -0300 |
commit | dacc11446d7fa38728ff5e9051f7291c2046f36c (patch) | |
tree | 90da42cf6f2e7c45f7cec552fbae7a66a38d5b3c /_tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md | |
parent | Split sync-translations.sh into two scripts (diff) | |
download | euandre.org-dacc11446d7fa38728ff5e9051f7291c2046f36c.tar.gz euandre.org-dacc11446d7fa38728ff5e9051f7291c2046f36c.tar.xz |
Add translated updated_at: front matter
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md b/_tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md index 9603464..67226ca 100644 --- a/_tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md +++ b/_tils/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md @@ -1,11 +1,19 @@ --- + title: Nome de arquivo com timestamp simplificado + date: 2020-08-12 + updated_at: 2020-09-04 + layout: post + lang: pt + ref: simple-filename-timestamp + --- + Quando vou escrever um post no Jekyll ou criar um arquivo de log com a data no nome, eu normalmente engasgo para achar um jeito direto de fazer isso. Há uma solução simples: `date -I`. |