a tag panel

This commit is contained in:
Paul Schneider 2015-10-17 21:35:07 +02:00
commit 352a950755
14 changed files with 53 additions and 28 deletions

View file

@ -152,7 +152,10 @@ namespace Yavsc.Model.Blogs
}
Provider.RemoveTitle (username, title);
}
public static TagInfo GetTagInfo(string tagname)
{
return Provider.GetTagInfo (tagname);
}
/// <summary>
/// Lasts the posts.
/// </summary>