The Blog page should now be able to show all.
This commit is contained in:
@ -15,7 +15,7 @@ pub fn Blog(tag: String) -> Element
|
||||
{
|
||||
let mut categories: Vec<String> = vec![];
|
||||
|
||||
if !tag.is_empty()
|
||||
if !tag.is_empty() && tag != "all"
|
||||
{
|
||||
categories.push(tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user