Skip to main content

root_prefix

Function root_prefix 

Source
pub fn root_prefix(dest_filename: &str) -> String
Expand description

Compute the relative prefix to get from a page back to the site root.

index.html"", a/b.html"../", a/b/c.html"../../".