The Blog page should now be able to show all.
This commit is contained in:
@ -52,7 +52,7 @@ pub fn TagItem(tag: String, style: String) -> Element
|
||||
{
|
||||
class: "{style}",
|
||||
to: Page::Blog { tag: tag.clone() },
|
||||
span { "{tag}" }
|
||||
"{tag}"
|
||||
}
|
||||
// a { class: "{style}", "{tag}" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user