mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
Remove base URL from site
This commit is contained in:
parent
b3a817961b
commit
537edc82c4
1 changed files with 0 additions and 5 deletions
|
@ -138,11 +138,6 @@ impl<'a> SiteBuilder<'a> {
|
||||||
&format!(r#"<script src="/{}/_dev.js"></script>"#, STATIC_PATH),
|
&format!(r#"<script src="/{}/_dev.js"></script>"#, STATIC_PATH),
|
||||||
ContentType::Html,
|
ContentType::Html,
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
el.append(
|
|
||||||
&format!(r#"<base href="{}">"#, &self.site.config.base_url),
|
|
||||||
ContentType::Html,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue