- Commit
- cc388e270460242c74b29c753740520b91857d8b
- Parent
- 3116ac7b547da0d41b0898c4f542c961e0e04ab6
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Changed the photos subdirectory
Custum build of stapix for tikz.pablopie.xyz
Changed the photos subdirectory
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/main.rs | 2 | 1 | 1 |
diff --git a/src/main.rs b/src/main.rs @@ -12,7 +12,7 @@ mod picture; pub struct Escaped<'a>(pub &'a str); const TARGET_PATH: &str = "./site"; -const PAGES_PATH: &str = "photos"; +const PAGES_PATH: &str = "pix"; const PHOTOS_PATH: &str = "assets/photos"; const THUMBS_PATH: &str = "assets/thumbs"; const FAVICON_PATH: &str = "assets/favicon.ico";