Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 12, 2024
1 parent be6a8be commit 81ed3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DynamicBlogPostPageHelper
{
public static function canGenerateAuthorPages(): bool
{
return Hyde::authors()->isNotEmpty();
return Hyde::authors()->isNotEmpty(); // Todo: && feature is enabled
}

/** @return array<\Hyde\Pages\InMemoryPage> */
Expand Down

0 comments on commit 81ed3f9

Please sign in to comment.