diff options
| author | murilo ijanc | 2025-11-22 10:59:06 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-22 10:59:06 -0300 |
| commit | d6e12aa845154a0c1543b4f84250d8a7afe72ec7 (patch) | |
| tree | 39216b536bd82c6c68585cf95ecb3eaa53269b5c /cli/template/src/main.rs | |
| parent | 21ccabe1dfd06b69b1f1fe9faeb82c9e6da8d6b2 (diff) | |
| download | templates-d6e12aa845154a0c1543b4f84250d8a7afe72ec7.tar.gz | |
Add liquid filter date to generate year to licenses
Diffstat (limited to 'cli/template/src/main.rs')
| -rw-r--r-- | cli/template/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/template/src/main.rs b/cli/template/src/main.rs index cb5fa0e..3d05358 100644 --- a/cli/template/src/main.rs +++ b/cli/template/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2025 murilo ijanc' <murilo@ijanc.org> +// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above |