a tag panel
This commit is contained in:
parent
bb5e34a61d
commit
352a950755
14 changed files with 53 additions and 28 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2015-10-17 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* BlogManager.cs:
|
||||
|
||||
2015-10-17 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* TagInfo.cs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue