Closed rudgr closed 7 years ago
because of hardcoded:
var blogposts = startNode.Children.OrderByDescending(x => x.CreateDate).Take(3);
numberOfPosts param is never used.
or is this intentionally?
submitted PR: https://github.com/umbraco/The-Starter-Kit/pull/31
because of hardcoded:
var blogposts = startNode.Children.OrderByDescending(x => x.CreateDate).Take(3);
numberOfPosts param is never used.
or is this intentionally?