implement visitors count macro for each directory index

This commit is contained in:
yggverse 2025-06-28 18:13:17 +03:00
parent 450bbe60f3
commit 56830be4a9
7 changed files with 35 additions and 19 deletions

View file

@ -73,6 +73,8 @@ pub struct Config {
///
/// **Patterns**
/// * `{list}` - entries list for the current directory
/// * `{hosts}` - unique visitors count
/// * `{hits}` - requests count
#[arg(long)]
pub template_index: Option<String>,