fn generate_head(
file_name: &str,
html_rel_path: &str,
config: &Config,
) -> String
Expand description
Generates the HTML head section
ยงArguments
file_name
- The name of the markdown file, used to set the title of the HTML document.html_rel_path
- The relative path to the HTML file from the output directory, used for linking