Adding the new Tag nav and selector to the pages.
This commit is contained in:
@ -2,7 +2,7 @@ use std::collections::HashSet;
|
||||
|
||||
use dioxus::prelude::*;
|
||||
|
||||
use crate::components::BlogList;
|
||||
use crate::components::{BlogList, TagSelector};
|
||||
use crate::page::Page;
|
||||
|
||||
|
||||
@ -51,6 +51,11 @@ pub fn Blog(tag: String) -> Element
|
||||
{
|
||||
tags: categories
|
||||
}
|
||||
|
||||
TagSelector
|
||||
{
|
||||
toggled_tags: categories
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user