diff options
Diffstat (limited to 'web/blog/default.nix')
-rw-r--r-- | web/blog/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/blog/default.nix b/web/blog/default.nix index f55c33a63a54..66d7759deb7b 100644 --- a/web/blog/default.nix +++ b/web/blog/default.nix @@ -24,6 +24,9 @@ let # Path to the Markdown file containing the post content. content = path; + # Optional name of the author to display. + author = option string; + # Should this post be included in the index? (defaults to true) listed = option bool; |