- Commit
- a24158d128dcb02ca435fea926cf6476f2fd8cf7
- Parent
- d1e82eb80a67c9d3c69c85866ea8af46753e8415
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Renamed the path to the figure pages
Custum build of stapix for tikz.pablopie.xyz
Renamed the path to the figure pages
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 @@ -23,7 +23,7 @@ pub struct ThumbPath<'a>(pub &'a GalleryEntry); pub struct Escaped<'a>(pub &'a str); const TARGET_PATH: &str = "./site"; -const PAGES_PATH: &str = "tikz"; +const PAGES_PATH: &str = "figures"; const IMAGES_PATH: &str = "assets/images"; const THUMBS_PATH: &str = "assets/thumbs"; const FAVICON_PATH: &str = "assets/favicon.svg";