IStandardSiteDocument
Pennington.FrontMatter
Content published as a Standard Site (AT Protocol) site.standard.document record. Carries the record key the verification head tag links back to. A page opts in by setting atprotoRkey in its front matter once the record exists; pages without it emit no document link (graceful).
Properties
AtprotoRkeystring- Record key of this page's
site.standard.documentrecord;nullwhen none exists yet.
Pennington.FrontMatter.IStandardSiteDocument
namespace Pennington.FrontMatter;
/// Content published as a Standard Site (AT Protocol) site.standard.document record. Carries the record key the verification head tag links back to. A page opts in by setting atprotoRkey in its front matter once the record exists; pages without it emit no document link (graceful).
public interface IStandardSiteDocument
{
/// Record key of this page's site.standard.document record; null when none exists yet.
public string AtprotoRkey { get; }
}