diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-05-25 16:40:45 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-05-25 16:40:45 +0200 |
commit | 5321f704b563df03232e2f8a1d2a26ecb8297428 (patch) | |
tree | e099496fa676c46a792b72c661ec1777838e8436 /.gitignore | |
parent | c3a04e328f2c8d40890b0b26b118a193110634ce (diff) | |
download | Shaarli-5321f704b563df03232e2f8a1d2a26ecb8297428.tar.gz Shaarli-5321f704b563df03232e2f8a1d2a26ecb8297428.tar.zst Shaarli-5321f704b563df03232e2f8a1d2a26ecb8297428.zip |
Daily - display the current day instead of the previous one
Also mention if it's today or yesterday for clarity using `dayDesc`
variable
Fixes #1299
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,3 +47,6 @@ tpl/default/img | |||
47 | tpl/vintage/js | 47 | tpl/vintage/js |
48 | tpl/vintage/css | 48 | tpl/vintage/css |
49 | tpl/vintage/img | 49 | tpl/vintage/img |
50 | |||
51 | # Documented scripts | ||
52 | generate_templates.php | ||