This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

ITaggable Pennington.FrontMatter

Content that supports tags.

Properties

Tags string[]
Tags applied to this content.

Pennington.FrontMatter.ITaggable

namespace Pennington.FrontMatter;

/// Content that supports tags.
public interface ITaggable
{
    /// Tags applied to this content.
    
string[] Tags { get; }
}