TagItems should now link to the blog list.
This commit is contained in:
@ -48,7 +48,13 @@ pub fn TagItem(tag: String, style: String) -> Element
|
||||
li
|
||||
{
|
||||
class: "tag_item",
|
||||
a { class: "{style}", "{tag}" }
|
||||
Link
|
||||
{
|
||||
class: "{style}",
|
||||
to: Page::Blog { tag: tag.clone() },
|
||||
span { "{tag}" }
|
||||
}
|
||||
// a { class: "{style}", "{tag}" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user