sitemap generates URL

This commit is contained in:
realaravinth
2021-07-25 20:15:44 +05:30
parent 189510c008
commit 0a8d36dc9f
7 changed files with 33 additions and 15 deletions

View File

@@ -68,6 +68,10 @@ pub mod assets {
FILES.get("./static/cache/img/icon-trans.png").unwrap(),
"Logo"
);
pub static ref BAR_CHART: Img = (
FILES.get("./static/cache/img/svg/bar-chart.svg").unwrap(),
"Statistics"
);
}
}