diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-08 23:29:08 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-08 23:29:08 +0300 |
commit | abbee959bf5c87a8b2ad0b2d55d9ddb955147892 (patch) | |
tree | d1d9f09c7a650499c282d4642faa06ac171abd29 /template-vars.md | |
parent | af5ac2e6df9c3a9c0c7c5bd35125b81a69b68069 (diff) | |
download | revela-abbee959bf5c87a8b2ad0b2d55d9ddb955147892.tar.gz revela-abbee959bf5c87a8b2ad0b2d55d9ddb955147892.zip |
Minor fixes here and there
* Added year variable to album template
* Fixed a minor leak and dangling pointer
* Other small improvements
Diffstat (limited to 'template-vars.md')
-rw-r--r-- | template-vars.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template-vars.md b/template-vars.md index 2108b87..f222813 100644 --- a/template-vars.md +++ b/template-vars.md @@ -21,6 +21,7 @@ A very rough and dirty representation of the variables in each template. - `desc` - `link` - `date` + - `year` - `previews` (vector of thumbs) - `thumbs` (vector) - `link` |