IOrderable Pennington.FrontMatter
Content that has explicit ordering.
Properties
Orderint- Sort order for this page within its section (lower sorts first).
Pennington.FrontMatter.IOrderable
namespace Pennington.FrontMatter;
/// Content that has explicit ordering.
public interface IOrderable
{
/// Sort order for this page within its section (lower sorts first).
int Order { get; }
}