diff options
| author | 2026-01-02 01:23:45 +0100 | |
|---|---|---|
| committer | 2026-01-02 01:23:45 +0100 | |
| commit | 0644a094bf0a9ef3a11661a32f339010bcf17c55 (patch) | |
| tree | edaf56912de5b89b9102cf2b213db21687ad8bf4 /src/templates.rs | |
| parent | e77949acd6c62f698727f84d03d5f3aacba1004c (diff) | |
| download | blossom-0644a094bf0a9ef3a11661a32f339010bcf17c55.tar.gz blossom-0644a094bf0a9ef3a11661a32f339010bcf17c55.tar.bz2 blossom-0644a094bf0a9ef3a11661a32f339010bcf17c55.zip | |
Diffstat (limited to '')
| -rw-r--r-- | src/templates.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates.rs b/src/templates.rs index c086487..c0b3c14 100644 --- a/src/templates.rs +++ b/src/templates.rs @@ -29,6 +29,7 @@ pub struct Home { pub locale: Locale, pub filter_tags: HashSet<String>, pub jiggle: isize, + pub visits: Option<usize>, } #[derive(Template)] |
