From 0848adc13790e276c6580c2b19042216a2b36067 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 10 Oct 2025 16:33:57 +1300 Subject: Change comments --- src/collect_files.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/collect_files.rs') diff --git a/src/collect_files.rs b/src/collect_files.rs index ccdfc49..315a17e 100644 --- a/src/collect_files.rs +++ b/src/collect_files.rs @@ -19,8 +19,8 @@ pub struct Website { pub struct Page { pub name: String, // Display name of this page - pub name_url: String, // URL name for this page, no extension - pub full_url: String, // Full URL for this page, no extension + pub name_url: String, // Safe URL name, no extension + pub full_url: String, // Safe full URL, no extension pub parents: Vec, // Parent directory components, unsafe pub parent_url: String, // Base URL for links in this page pub source_path: PathBuf, // Absolute path to source file -- cgit v1.2.3-70-g09d2