submit url with specific `$slug`
(&self, slug: &str)
| 83 | |
| 84 | /// submit url with specific `$slug` |
| 85 | pub fn submit(&self, slug: &str) -> String { |
| 86 | self.submit.replace("$slug", slug) |
| 87 | } |
| 88 | |
| 89 | /// tag url with specific `$slug` |
| 90 | pub fn tag(&self, slug: &str) -> String { |