Struct mdblog::Tag
[−]
[src]
pub struct Tag {
pub name: String,
pub num: isize,
pub url: String,
pub posts: Vec<Rc<Post>>,
}blog tag
Fields
name: String
tag name
num: isize
the number of tag posts
url: String
the tag url
posts: Vec<Rc<Post>>
the posts