Docs.

BlogTags Property

Summary

Generates the tag pages for blog posts.
Assembly
Wyam.Docs.dll
Namespace
Wyam.Docs
Containing Type
Docs

Syntax

[SourceInfo]
public static Archive BlogTags { get; }

Attributes

Type Description
SourceInfoAttribute A clever trick to get source info for declarations during reflection. From http://stackoverflow.com/a/17998371/807064.

Value

Type Description
Archive
GitHub